FeedGine launch

This commit is contained in:
2026-04-22 10:57:37 +02:00
commit 32b6ceba80
26 changed files with 4620 additions and 0 deletions

16
style/fonts.css Normal file
View File

@@ -0,0 +1,16 @@
/* Local Montserrat fonts — loaded before any external request */
@font-face {
font-family: 'Montserrat';
src: url('../fonts/montserrat-regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Montserrat';
src: url('../fonts/montserrat-bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}