First version, for githup; UNSTABLE, DO NOT USE!
This commit is contained in:
15
www/files/fonts/fonts.css
Normal file
15
www/files/fonts/fonts.css
Normal file
@@ -0,0 +1,15 @@
|
||||
@font-face {
|
||||
font-family: "Google Sans Flex";
|
||||
src: url(/files/fonts/Google_Sans_Flex/GoogleSansFlex-VariableFont_GRAD,ROND,opsz,slnt,wdth,wght.ttf);
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: "Google Sans Flex", sans-serif;
|
||||
font-optical-sizing: auto;
|
||||
font-style: normal;
|
||||
font-variation-settings:
|
||||
"slnt" 0,
|
||||
"wdth" 100,
|
||||
"GRAD" 0,
|
||||
"ROND" 0;
|
||||
}
|
||||
Reference in New Issue
Block a user