summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-06-18 23:36:47 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-06-18 23:39:06 -0400
commite09bfdf7aacefa5f4d7c0e875fcd6fbc7f3b578c (patch)
tree7d1c0c77f2e3d4660ea32164a97dcf04495e46cb /static
parentfbbe8e4a790214c545bc54785b469a066e9c1de7 (diff)
move fonts to dedicated subdirectory
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/fonts/roboto_bold_latin.woff2 (renamed from static/roboto_bold_latin.woff2)bin15816 -> 15816 bytes
-rw-r--r--static/fonts/roboto_italic_latin.woff2 (renamed from static/roboto_italic_latin.woff2)bin17324 -> 17324 bytes
-rw-r--r--static/fonts/roboto_latin.woff2 (renamed from static/roboto_latin.woff2)bin15736 -> 15736 bytes
-rw-r--r--static/fonts/robotomono_bold_latin.woff2 (renamed from static/robotomono_bold_latin.woff2)bin16184 -> 16184 bytes
-rw-r--r--static/fonts/robotomono_latin.woff2 (renamed from static/robotomono_latin.woff2)bin16328 -> 16328 bytes
-rw-r--r--static/grapheneos.css8
-rw-r--r--static/index.html2
-rw-r--r--static/install.html2
-rw-r--r--static/releases.html2
-rw-r--r--static/source.html2
-rw-r--r--static/usage.html2
14 files changed, 12 insertions, 12 deletions
diff --git a/static/build.html b/static/build.html
index cd0103ee..ee43b90d 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="/safari_pinned_tab_icon.svg" color="#000000"/>
- <link rel="stylesheet" href="/grapheneos.css?10"/>
+ <link rel="stylesheet" href="/grapheneos.css?11"/>
<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 89d913c2..4d680fef 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="/safari_pinned_tab_icon.svg" color="#000000"/>
- <link rel="stylesheet" href="/grapheneos.css?10"/>
+ <link rel="stylesheet" href="/grapheneos.css?11"/>
<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 09bc8df6..73dc32f3 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="/safari_pinned_tab_icon.svg" color="#000000"/>
- <link rel="stylesheet" href="/grapheneos.css?10"/>
+ <link rel="stylesheet" href="/grapheneos.css?11"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/donate"/>
</head>
diff --git a/static/roboto_bold_latin.woff2 b/static/fonts/roboto_bold_latin.woff2
index 32b25eee..32b25eee 100644
--- a/static/roboto_bold_latin.woff2
+++ b/static/fonts/roboto_bold_latin.woff2
Binary files differ
diff --git a/static/roboto_italic_latin.woff2 b/static/fonts/roboto_italic_latin.woff2
index 2741d4f0..2741d4f0 100644
--- a/static/roboto_italic_latin.woff2
+++ b/static/fonts/roboto_italic_latin.woff2
Binary files differ
diff --git a/static/roboto_latin.woff2 b/static/fonts/roboto_latin.woff2
index 1a537015..1a537015 100644
--- a/static/roboto_latin.woff2
+++ b/static/fonts/roboto_latin.woff2
Binary files differ
diff --git a/static/robotomono_bold_latin.woff2 b/static/fonts/robotomono_bold_latin.woff2
index 1b2d0681..1b2d0681 100644
--- a/static/robotomono_bold_latin.woff2
+++ b/static/fonts/robotomono_bold_latin.woff2
Binary files differ
diff --git a/static/robotomono_latin.woff2 b/static/fonts/robotomono_latin.woff2
index 53d4b505..53d4b505 100644
--- a/static/robotomono_latin.woff2
+++ b/static/fonts/robotomono_latin.woff2
Binary files differ
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;
}
diff --git a/static/index.html b/static/index.html
index e7b5ecd0..f2c6adc9 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="/safari_pinned_tab_icon.svg" color="#000000"/>
- <link rel="stylesheet" href="/grapheneos.css?10"/>
+ <link rel="stylesheet" href="/grapheneos.css?11"/>
<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 79a21807..e3faa9d4 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="/safari_pinned_tab_icon.svg" color="#000000"/>
- <link rel="stylesheet" href="/grapheneos.css?10"/>
+ <link rel="stylesheet" href="/grapheneos.css?11"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/install"/>
</head>
diff --git a/static/releases.html b/static/releases.html
index b8d51edd..bfae9f75 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="/safari_pinned_tab_icon.svg" color="#000000"/>
- <link rel="stylesheet" href="/grapheneos.css?10"/>
+ <link rel="stylesheet" href="/grapheneos.css?11"/>
<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 9d9eedf1..e0815e31 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="/safari_pinned_tab_icon.svg" color="#000000"/>
- <link rel="stylesheet" href="/grapheneos.css?10"/>
+ <link rel="stylesheet" href="/grapheneos.css?11"/>
<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 9ebf8b57..ffb94562 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="/safari_pinned_tab_icon.svg" color="#000000"/>
- <link rel="stylesheet" href="/grapheneos.css?10"/>
+ <link rel="stylesheet" href="/grapheneos.css?11"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/usage"/>
</head>