Allow it to be auto hosted on website

This commit is contained in:
2023-03-04 13:44:01 +01:00
parent c58929ad4d
commit a612830a16
29 changed files with 997 additions and 1 deletions

31
public/css/fonts.css Normal file
View File

@ -0,0 +1,31 @@
@import url('https://rsms.me/inter/inter.css');
html { font-family:
'Inter',
sans-serif,
'Apple Color Emoji',
'Segoe UI Emoji',
'Segoe UI Symbol';
}
@supports (font-variation-settings: normal) {
html { font-family:
'Inter var',
sans-serif,
'Apple Color Emoji',
'Segoe UI Emoji',
'Segoe UI Symbol';
}
}
code {
font-family:
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Helvetica,
Arial,
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol";
font-size: 85%;
}