From e09bfdf7aacefa5f4d7c0e875fcd6fbc7f3b578c Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 18 Jun 2019 23:36:47 -0400 Subject: [PATCH] move fonts to dedicated subdirectory --- static/build.html | 2 +- static/contact.html | 2 +- static/donate.html | 2 +- static/{ => fonts}/roboto_bold_latin.woff2 | Bin static/{ => fonts}/roboto_italic_latin.woff2 | Bin static/{ => fonts}/roboto_latin.woff2 | Bin static/{ => fonts}/robotomono_bold_latin.woff2 | Bin static/{ => fonts}/robotomono_latin.woff2 | Bin static/grapheneos.css | 8 ++++---- static/index.html | 2 +- static/install.html | 2 +- static/releases.html | 2 +- static/source.html | 2 +- static/usage.html | 2 +- 14 files changed, 12 insertions(+), 12 deletions(-) rename static/{ => fonts}/roboto_bold_latin.woff2 (100%) rename static/{ => fonts}/roboto_italic_latin.woff2 (100%) rename static/{ => fonts}/roboto_latin.woff2 (100%) rename static/{ => fonts}/robotomono_bold_latin.woff2 (100%) rename static/{ => fonts}/robotomono_latin.woff2 (100%) 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 @@ - + 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 @@ - + 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 @@ - + diff --git a/static/roboto_bold_latin.woff2 b/static/fonts/roboto_bold_latin.woff2 similarity index 100% rename from static/roboto_bold_latin.woff2 rename to static/fonts/roboto_bold_latin.woff2 diff --git a/static/roboto_italic_latin.woff2 b/static/fonts/roboto_italic_latin.woff2 similarity index 100% rename from static/roboto_italic_latin.woff2 rename to static/fonts/roboto_italic_latin.woff2 diff --git a/static/roboto_latin.woff2 b/static/fonts/roboto_latin.woff2 similarity index 100% rename from static/roboto_latin.woff2 rename to static/fonts/roboto_latin.woff2 diff --git a/static/robotomono_bold_latin.woff2 b/static/fonts/robotomono_bold_latin.woff2 similarity index 100% rename from static/robotomono_bold_latin.woff2 rename to static/fonts/robotomono_bold_latin.woff2 diff --git a/static/robotomono_latin.woff2 b/static/fonts/robotomono_latin.woff2 similarity index 100% rename from static/robotomono_latin.woff2 rename to static/fonts/robotomono_latin.woff2 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 @@ - + 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 @@ - + 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 @@ - + 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 @@ - + 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 @@ - +