Allow it to be auto hosted on website
This commit is contained in:
31
public/css/fonts.css
Normal file
31
public/css/fonts.css
Normal 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%;
|
||||
}
|
Reference in New Issue
Block a user