summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-03-22 05:33:06 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-03-22 05:33:06 -0400
commitae8c17cb5d9293ab050ab465ec5e34c64da9442b (patch)
treec7082f74fd6d756f7fed4ecdaa7b0dab596c9b22 /static
parente912d03e327297ffc79aefc02fee011708c8d4a1 (diff)
use `font-display: swap` feature
Diffstat (limited to 'static')
-rw-r--r--static/build.html2
-rw-r--r--static/contact.html2
-rw-r--r--static/donate.html2
-rw-r--r--static/faq.html2
-rw-r--r--static/grapheneos.css5
-rw-r--r--static/index.html2
-rw-r--r--static/install.html2
-rw-r--r--static/pdfviewer-privacy-policy.html2
-rw-r--r--static/releases.html2
-rw-r--r--static/source.html2
-rw-r--r--static/usage.html2
11 files changed, 15 insertions, 10 deletions
diff --git a/static/build.html b/static/build.html
index a0cb26f7..18520dfa 100644
--- a/static/build.html
+++ b/static/build.html
@@ -20,7 +20,7 @@
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
- <link rel="stylesheet" href="/grapheneos.css?14"/>
+ <link rel="stylesheet" href="/grapheneos.css?15"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/build"/>
</head>
diff --git a/static/contact.html b/static/contact.html
index 31a0c897..e261cb54 100644
--- a/static/contact.html
+++ b/static/contact.html
@@ -20,7 +20,7 @@
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
- <link rel="stylesheet" href="/grapheneos.css?14"/>
+ <link rel="stylesheet" href="/grapheneos.css?15"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/contact"/>
</head>
diff --git a/static/donate.html b/static/donate.html
index 3c8bcc39..40e3f8cd 100644
--- a/static/donate.html
+++ b/static/donate.html
@@ -20,7 +20,7 @@
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
- <link rel="stylesheet" href="/grapheneos.css?14"/>
+ <link rel="stylesheet" href="/grapheneos.css?15"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/donate"/>
</head>
diff --git a/static/faq.html b/static/faq.html
index e790f797..06e1af07 100644
--- a/static/faq.html
+++ b/static/faq.html
@@ -20,7 +20,7 @@
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
- <link rel="stylesheet" href="/grapheneos.css?14"/>
+ <link rel="stylesheet" href="/grapheneos.css?15"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/faq"/>
</head>
diff --git a/static/grapheneos.css b/static/grapheneos.css
index 0373edfe..f378dde0 100644
--- a/static/grapheneos.css
+++ b/static/grapheneos.css
@@ -149,6 +149,7 @@ footer a:visited {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
+ font-display: swap;
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;
}
@@ -158,6 +159,7 @@ footer a:visited {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
+ font-display: swap;
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;
}
@@ -167,6 +169,7 @@ footer a:visited {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
+ font-display: swap;
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;
}
@@ -176,6 +179,7 @@ footer a:visited {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
+ font-display: swap;
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;
}
@@ -185,6 +189,7 @@ footer a:visited {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
+ font-display: swap;
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(/robotomono_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;
}
diff --git a/static/index.html b/static/index.html
index dbe2b23e..16ab3c2c 100644
--- a/static/index.html
+++ b/static/index.html
@@ -20,7 +20,7 @@
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
- <link rel="stylesheet" href="/grapheneos.css?14"/>
+ <link rel="stylesheet" href="/grapheneos.css?15"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/"/>
</head>
diff --git a/static/install.html b/static/install.html
index 849ee718..a4bab4b0 100644
--- a/static/install.html
+++ b/static/install.html
@@ -20,7 +20,7 @@
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
- <link rel="stylesheet" href="/grapheneos.css?14"/>
+ <link rel="stylesheet" href="/grapheneos.css?15"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/install"/>
</head>
diff --git a/static/pdfviewer-privacy-policy.html b/static/pdfviewer-privacy-policy.html
index 68a7fef6..908f99a7 100644
--- a/static/pdfviewer-privacy-policy.html
+++ b/static/pdfviewer-privacy-policy.html
@@ -20,7 +20,7 @@
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
- <link rel="stylesheet" href="/grapheneos.css?14"/>
+ <link rel="stylesheet" href="/grapheneos.css?15"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/pdfviewer-privacy-policy"/>
</head>
diff --git a/static/releases.html b/static/releases.html
index a37f6d8c..8bf56c77 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -20,7 +20,7 @@
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
- <link rel="stylesheet" href="/grapheneos.css?14"/>
+ <link rel="stylesheet" href="/grapheneos.css?15"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/releases"/>
</head>
diff --git a/static/source.html b/static/source.html
index 36972ba3..6c820a99 100644
--- a/static/source.html
+++ b/static/source.html
@@ -20,7 +20,7 @@
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
- <link rel="stylesheet" href="/grapheneos.css?14"/>
+ <link rel="stylesheet" href="/grapheneos.css?15"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/source"/>
</head>
diff --git a/static/usage.html b/static/usage.html
index c568986d..b939415a 100644
--- a/static/usage.html
+++ b/static/usage.html
@@ -20,7 +20,7 @@
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
- <link rel="stylesheet" href="/grapheneos.css?14"/>
+ <link rel="stylesheet" href="/grapheneos.css?15"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/usage"/>
</head>