diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-06-18 23:36:47 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-06-18 23:39:06 -0400 |
| commit | e09bfdf7aacefa5f4d7c0e875fcd6fbc7f3b578c (patch) | |
| tree | 7d1c0c77f2e3d4660ea32164a97dcf04495e46cb /static/grapheneos.css | |
| parent | fbbe8e4a790214c545bc54785b469a066e9c1de7 (diff) | |
move fonts to dedicated subdirectory
Diffstat (limited to 'static/grapheneos.css')
| -rw-r--r-- | static/grapheneos.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css index a1b47e4a..ca6ec451 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -145,7 +145,7 @@ footer a:visited { font-family: 'Roboto'; font-style: normal; font-weight: 400; - src: local('Roboto'), local('Roboto-Regular'), url(/roboto_latin.woff2?0) format('woff2'); + src: local('Roboto'), local('Roboto-Regular'), url(/fonts/roboto_latin.woff2?0) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @@ -154,7 +154,7 @@ footer a:visited { font-family: 'Roboto'; font-style: italic; font-weight: 400; - src: local('Roboto Italic'), local('Roboto-Italic'), url(/roboto_italic_latin.woff2?0) format('woff2'); + src: local('Roboto Italic'), local('Roboto-Italic'), url(/fonts/roboto_italic_latin.woff2?0) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @@ -163,7 +163,7 @@ footer a:visited { font-family: 'Roboto'; font-style: normal; font-weight: 700; - src: local('Roboto Bold'), local('Roboto-Bold'), url(/roboto_bold_latin.woff2?0) format('woff2'); + src: local('Roboto Bold'), local('Roboto-Bold'), url(/fonts/roboto_bold_latin.woff2?0) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @@ -172,7 +172,7 @@ footer a:visited { font-family: 'Roboto Mono'; font-style: normal; font-weight: 400; - src: local('Roboto Mono'), local('RobotoMono-Regular'), url(/robotomono_latin.woff2?0) format('woff2'); + src: local('Roboto Mono'), local('RobotoMono-Regular'), url(/fonts/robotomono_latin.woff2?0) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } |
