From e09bfdf7aacefa5f4d7c0e875fcd6fbc7f3b578c Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 18 Jun 2019 23:36:47 -0400 Subject: move fonts to dedicated subdirectory --- static/build.html | 2 +- static/contact.html | 2 +- static/donate.html | 2 +- static/fonts/roboto_bold_latin.woff2 | Bin 0 -> 15816 bytes static/fonts/roboto_italic_latin.woff2 | Bin 0 -> 17324 bytes static/fonts/roboto_latin.woff2 | Bin 0 -> 15736 bytes static/fonts/robotomono_bold_latin.woff2 | Bin 0 -> 16184 bytes static/fonts/robotomono_latin.woff2 | Bin 0 -> 16328 bytes static/grapheneos.css | 8 ++++---- static/index.html | 2 +- static/install.html | 2 +- static/releases.html | 2 +- static/roboto_bold_latin.woff2 | Bin 15816 -> 0 bytes static/roboto_italic_latin.woff2 | Bin 17324 -> 0 bytes static/roboto_latin.woff2 | Bin 15736 -> 0 bytes static/robotomono_bold_latin.woff2 | Bin 16184 -> 0 bytes static/robotomono_latin.woff2 | Bin 16328 -> 0 bytes static/source.html | 2 +- static/usage.html | 2 +- 19 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 static/fonts/roboto_bold_latin.woff2 create mode 100644 static/fonts/roboto_italic_latin.woff2 create mode 100644 static/fonts/roboto_latin.woff2 create mode 100644 static/fonts/robotomono_bold_latin.woff2 create mode 100644 static/fonts/robotomono_latin.woff2 delete mode 100644 static/roboto_bold_latin.woff2 delete mode 100644 static/roboto_italic_latin.woff2 delete mode 100644 static/roboto_latin.woff2 delete mode 100644 static/robotomono_bold_latin.woff2 delete mode 100644 static/robotomono_latin.woff2 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/fonts/roboto_bold_latin.woff2 b/static/fonts/roboto_bold_latin.woff2 new file mode 100644 index 00000000..32b25eee Binary files /dev/null and b/static/fonts/roboto_bold_latin.woff2 differ diff --git a/static/fonts/roboto_italic_latin.woff2 b/static/fonts/roboto_italic_latin.woff2 new file mode 100644 index 00000000..2741d4f0 Binary files /dev/null and b/static/fonts/roboto_italic_latin.woff2 differ diff --git a/static/fonts/roboto_latin.woff2 b/static/fonts/roboto_latin.woff2 new file mode 100644 index 00000000..1a537015 Binary files /dev/null and b/static/fonts/roboto_latin.woff2 differ diff --git a/static/fonts/robotomono_bold_latin.woff2 b/static/fonts/robotomono_bold_latin.woff2 new file mode 100644 index 00000000..1b2d0681 Binary files /dev/null and b/static/fonts/robotomono_bold_latin.woff2 differ diff --git a/static/fonts/robotomono_latin.woff2 b/static/fonts/robotomono_latin.woff2 new file mode 100644 index 00000000..53d4b505 Binary files /dev/null and b/static/fonts/robotomono_latin.woff2 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 @@ - + 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/roboto_bold_latin.woff2 b/static/roboto_bold_latin.woff2 deleted file mode 100644 index 32b25eee..00000000 Binary files a/static/roboto_bold_latin.woff2 and /dev/null differ diff --git a/static/roboto_italic_latin.woff2 b/static/roboto_italic_latin.woff2 deleted file mode 100644 index 2741d4f0..00000000 Binary files a/static/roboto_italic_latin.woff2 and /dev/null differ diff --git a/static/roboto_latin.woff2 b/static/roboto_latin.woff2 deleted file mode 100644 index 1a537015..00000000 Binary files a/static/roboto_latin.woff2 and /dev/null differ diff --git a/static/robotomono_bold_latin.woff2 b/static/robotomono_bold_latin.woff2 deleted file mode 100644 index 1b2d0681..00000000 Binary files a/static/robotomono_bold_latin.woff2 and /dev/null differ diff --git a/static/robotomono_latin.woff2 b/static/robotomono_latin.woff2 deleted file mode 100644 index 53d4b505..00000000 Binary files a/static/robotomono_latin.woff2 and /dev/null differ 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 @@ - + -- cgit v1.3.1