add variable Inter fonts

current faces/files kept as a fallback. also switched to Google-hosted fonts on AMP pages (might as well...)
This commit is contained in:
2020-07-22 16:19:24 -04:00
parent 17824d4c5c
commit da1743cf2d
25 changed files with 49 additions and 55 deletions
+4 -2
View File
@@ -19,11 +19,13 @@ css: |
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('https://jarv.is/vendor/comic-neue/comic-neue-bold.woff2') format('woff2'),
url('https://jarv.is/vendor/comic-neue/comic-neue-bold.woff') format('woff');
src: url('https://jarv.is/vendor/comic-neue/comic-neue-bold-subset.woff2') format('woff2'),
url('https://jarv.is/vendor/comic-neue/comic-neue-bold-subset.woff') format('woff');
unicode-range: U+0000-00FF,U+2000-206F,U+20A0-20CF,U+2190-21FF,U+2200-22FF,U+2122;
}
body {
font-family: "Comic Neue", "Comic Sans MS", "Comic Sans", "Inter", sans-serif;
font-weight: 700;
}
div#content {
text-align: center;