update Roboto Mono fonts
This commit is contained in:
parent
f5c1629e1a
commit
e07539f627
@ -75,12 +75,12 @@ server {
|
||||
|
||||
location = /404 {
|
||||
internal;
|
||||
http2_push /grapheneos.css?19;
|
||||
http2_push /grapheneos.css?20;
|
||||
}
|
||||
|
||||
location = /404.html {
|
||||
internal;
|
||||
http2_push /grapheneos.css?19;
|
||||
http2_push /grapheneos.css?20;
|
||||
}
|
||||
|
||||
location ~ "^(.*)/index$" {
|
||||
@ -121,7 +121,7 @@ server {
|
||||
include /etc/nginx/snippets/security-headers.conf;
|
||||
add_header Cache-Control "public, max-age=1800";
|
||||
try_files $uri $uri.html $uri/ =404;
|
||||
http2_push /grapheneos.css?19;
|
||||
http2_push /grapheneos.css?20;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?19"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?20"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?19"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?20"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/build"/>
|
||||
<script type="module" src="/redirect.js?6"></script>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?19"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?20"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/contact"/>
|
||||
</head>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?19"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?20"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/donate"/>
|
||||
</head>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?19"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?20"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/faq"/>
|
||||
<script type="module" src="/redirect.js?6"></script>
|
||||
|
Binary file not shown.
Binary file not shown.
@ -176,7 +176,7 @@ footer a, footer a:visited {
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(/fonts/robotomono_latin.woff2?7) format('woff2');
|
||||
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(/fonts/robotomono_latin.woff2?12) 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;
|
||||
}
|
||||
|
||||
@ -186,6 +186,6 @@ footer a, footer a:visited {
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(/fonts/robotomono_bold_latin.woff2?7) format('woff2');
|
||||
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(/fonts/robotomono_bold_latin.woff2?12) 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;
|
||||
}
|
||||
|
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?19"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?20"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/"/>
|
||||
<script type="module" src="/redirect.js?6"></script>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?19"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?20"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/install"/>
|
||||
</head>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?19"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?20"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/pdfviewer-privacy-policy"/>
|
||||
</head>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?19"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?20"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/releases"/>
|
||||
<script type="module" src="/releases.js?13"></script>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?19"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?20"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/source"/>
|
||||
</head>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?19"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?20"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/usage"/>
|
||||
<script type="module" src="/redirect.js?6"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user