diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-02 14:11:40 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-02 14:11:40 -0400 |
| commit | 4d0e5d8db645099501491e097f2f0e892f604ac6 (patch) | |
| tree | 4eedf96ecce26ed4b1c853f45c67d4bccca3138e /static/grapheneos.css | |
| parent | 37c8a92d0180068d06fca6131336772e9a0ae7e9 (diff) | |
fix Roboto Mono bold URL
Diffstat (limited to 'static/grapheneos.css')
| -rw-r--r-- | static/grapheneos.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css index 909c9bd5..8f7d5778 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -190,6 +190,6 @@ footer a:visited { font-style: normal; font-weight: 700; font-display: swap; - src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(/robotomono_bold_latin.woff2?7) format('woff2'); + src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(/fonts/robotomono_bold_latin.woff2?7) 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; } |
