home/static/css/fonts.css

34 lines
637 B
CSS

@import url('https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap');
html {
font-family:
'GFS Didot',
sans-serif,
'Apple Color Emoji',
'Segoe UI Emoji',
'Segoe UI Symbol';
}
@supports (font-variation-settings: normal) {
html { font-family:
'GFS Didot',
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%;
}