From 4d0e5d8db645099501491e097f2f0e892f604ac6 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 2 Apr 2020 14:11:40 -0400 Subject: fix Roboto Mono bold URL --- static/grapheneos.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/grapheneos.css') 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; } -- cgit v1.3.1