From 636e30ecbb2b336712f054320eb0891513e9d9f3 Mon Sep 17 00:00:00 2001 From: dadosch Date: Sun, 6 Oct 2019 19:52:24 +0200 Subject: Add local font files instead of using Google CDN See #30 --- static/css/fonts.css | 42 ++ static/fonts/libre-baskerville-v7-latin-700.eot | Bin 0 -> 31987 bytes static/fonts/libre-baskerville-v7-latin-700.svg | 443 +++++++++++++++++++ static/fonts/libre-baskerville-v7-latin-700.ttf | Bin 0 -> 80204 bytes static/fonts/libre-baskerville-v7-latin-700.woff | Bin 0 -> 33816 bytes static/fonts/libre-baskerville-v7-latin-700.woff2 | Bin 0 -> 27932 bytes static/fonts/libre-baskerville-v7-latin-italic.eot | Bin 0 -> 35981 bytes static/fonts/libre-baskerville-v7-latin-italic.svg | 482 +++++++++++++++++++++ static/fonts/libre-baskerville-v7-latin-italic.ttf | Bin 0 -> 81712 bytes .../fonts/libre-baskerville-v7-latin-italic.woff | Bin 0 -> 37348 bytes .../fonts/libre-baskerville-v7-latin-italic.woff2 | Bin 0 -> 30684 bytes .../fonts/libre-baskerville-v7-latin-regular.eot | Bin 0 -> 31161 bytes .../fonts/libre-baskerville-v7-latin-regular.svg | 450 +++++++++++++++++++ .../fonts/libre-baskerville-v7-latin-regular.ttf | Bin 0 -> 78732 bytes .../fonts/libre-baskerville-v7-latin-regular.woff | Bin 0 -> 33008 bytes .../fonts/libre-baskerville-v7-latin-regular.woff2 | Bin 0 -> 27108 bytes 16 files changed, 1417 insertions(+) create mode 100644 static/css/fonts.css create mode 100644 static/fonts/libre-baskerville-v7-latin-700.eot create mode 100644 static/fonts/libre-baskerville-v7-latin-700.svg create mode 100644 static/fonts/libre-baskerville-v7-latin-700.ttf create mode 100644 static/fonts/libre-baskerville-v7-latin-700.woff create mode 100644 static/fonts/libre-baskerville-v7-latin-700.woff2 create mode 100644 static/fonts/libre-baskerville-v7-latin-italic.eot create mode 100644 static/fonts/libre-baskerville-v7-latin-italic.svg create mode 100644 static/fonts/libre-baskerville-v7-latin-italic.ttf create mode 100644 static/fonts/libre-baskerville-v7-latin-italic.woff create mode 100644 static/fonts/libre-baskerville-v7-latin-italic.woff2 create mode 100644 static/fonts/libre-baskerville-v7-latin-regular.eot create mode 100644 static/fonts/libre-baskerville-v7-latin-regular.svg create mode 100644 static/fonts/libre-baskerville-v7-latin-regular.ttf create mode 100644 static/fonts/libre-baskerville-v7-latin-regular.woff create mode 100644 static/fonts/libre-baskerville-v7-latin-regular.woff2 (limited to 'static') diff --git a/static/css/fonts.css b/static/css/fonts.css new file mode 100644 index 0000000..358931e --- /dev/null +++ b/static/css/fonts.css @@ -0,0 +1,42 @@ +/* libre-baskerville-regular - latin */ +@font-face { + font-family: 'Libre Baskerville'; + font-style: normal; + font-weight: 400; + src: url('/fonts/libre-baskerville-v7-latin-regular.eot'); /* IE9 Compat Modes */ + src: local('Libre Baskerville'), local('LibreBaskerville-Regular'), + url('/fonts/libre-baskerville-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('/fonts/libre-baskerville-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('/fonts/libre-baskerville-v7-latin-regular.woff') format('woff'), /* Modern Browsers */ + url('/fonts/libre-baskerville-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('/fonts/libre-baskerville-v7-latin-regular.svg#LibreBaskerville') format('svg'); /* Legacy iOS */ +} + +/* libre-baskerville-700 - latin */ +@font-face { + font-family: 'Libre Baskerville'; + font-style: normal; + font-weight: 700; + src: url('/fonts/libre-baskerville-v7-latin-700.eot'); /* IE9 Compat Modes */ + src: local('Libre Baskerville Bold'), local('LibreBaskerville-Bold'), + url('/fonts/libre-baskerville-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('/fonts/libre-baskerville-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ + url('/fonts/libre-baskerville-v7-latin-700.woff') format('woff'), /* Modern Browsers */ + url('/fonts/libre-baskerville-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ + url('/fonts/libre-baskerville-v7-latin-700.svg#LibreBaskerville') format('svg'); /* Legacy iOS */ +} + +/* libre-baskerville-italic - latin */ +@font-face { + font-family: 'Libre Baskerville'; + font-style: italic; + font-weight: 400; + src: url('/fonts/libre-baskerville-v7-latin-italic.eot'); /* IE9 Compat Modes */ + src: local('Libre Baskerville Italic'), local('LibreBaskerville-Italic'), + url('/fonts/libre-baskerville-v7-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('/fonts/libre-baskerville-v7-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ + url('/fonts/libre-baskerville-v7-latin-italic.woff') format('woff'), /* Modern Browsers */ + url('/fonts/libre-baskerville-v7-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ + url('/fonts/libre-baskerville-v7-latin-italic.svg#LibreBaskerville') format('svg'); /* Legacy iOS */ +} + diff --git a/static/fonts/libre-baskerville-v7-latin-700.eot b/static/fonts/libre-baskerville-v7-latin-700.eot new file mode 100644 index 0000000..b99bedc Binary files /dev/null and b/static/fonts/libre-baskerville-v7-latin-700.eot differ diff --git a/static/fonts/libre-baskerville-v7-latin-700.svg b/static/fonts/libre-baskerville-v7-latin-700.svg new file mode 100644 index 0000000..2ebde49 --- /dev/null +++ b/static/fonts/libre-baskerville-v7-latin-700.svg @@ -0,0 +1,443 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/fonts/libre-baskerville-v7-latin-700.ttf b/static/fonts/libre-baskerville-v7-latin-700.ttf new file mode 100644 index 0000000..20c6897 Binary files /dev/null and b/static/fonts/libre-baskerville-v7-latin-700.ttf differ diff --git a/static/fonts/libre-baskerville-v7-latin-700.woff b/static/fonts/libre-baskerville-v7-latin-700.woff new file mode 100644 index 0000000..11e39d5 Binary files /dev/null and b/static/fonts/libre-baskerville-v7-latin-700.woff differ diff --git a/static/fonts/libre-baskerville-v7-latin-700.woff2 b/static/fonts/libre-baskerville-v7-latin-700.woff2 new file mode 100644 index 0000000..bcaee8b Binary files /dev/null and b/static/fonts/libre-baskerville-v7-latin-700.woff2 differ diff --git a/static/fonts/libre-baskerville-v7-latin-italic.eot b/static/fonts/libre-baskerville-v7-latin-italic.eot new file mode 100644 index 0000000..36fb1b0 Binary files /dev/null and b/static/fonts/libre-baskerville-v7-latin-italic.eot differ diff --git a/static/fonts/libre-baskerville-v7-latin-italic.svg b/static/fonts/libre-baskerville-v7-latin-italic.svg new file mode 100644 index 0000000..638670c --- /dev/null +++ b/static/fonts/libre-baskerville-v7-latin-italic.svg @@ -0,0 +1,482 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/fonts/libre-baskerville-v7-latin-italic.ttf b/static/fonts/libre-baskerville-v7-latin-italic.ttf new file mode 100644 index 0000000..64778f3 Binary files /dev/null and b/static/fonts/libre-baskerville-v7-latin-italic.ttf differ diff --git a/static/fonts/libre-baskerville-v7-latin-italic.woff b/static/fonts/libre-baskerville-v7-latin-italic.woff new file mode 100644 index 0000000..98aa98a Binary files /dev/null and b/static/fonts/libre-baskerville-v7-latin-italic.woff differ diff --git a/static/fonts/libre-baskerville-v7-latin-italic.woff2 b/static/fonts/libre-baskerville-v7-latin-italic.woff2 new file mode 100644 index 0000000..9881894 Binary files /dev/null and b/static/fonts/libre-baskerville-v7-latin-italic.woff2 differ diff --git a/static/fonts/libre-baskerville-v7-latin-regular.eot b/static/fonts/libre-baskerville-v7-latin-regular.eot new file mode 100644 index 0000000..9cf3f9a Binary files /dev/null and b/static/fonts/libre-baskerville-v7-latin-regular.eot differ diff --git a/static/fonts/libre-baskerville-v7-latin-regular.svg b/static/fonts/libre-baskerville-v7-latin-regular.svg new file mode 100644 index 0000000..5e483f2 --- /dev/null +++ b/static/fonts/libre-baskerville-v7-latin-regular.svg @@ -0,0 +1,450 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/fonts/libre-baskerville-v7-latin-regular.ttf b/static/fonts/libre-baskerville-v7-latin-regular.ttf new file mode 100644 index 0000000..71223c6 Binary files /dev/null and b/static/fonts/libre-baskerville-v7-latin-regular.ttf differ diff --git a/static/fonts/libre-baskerville-v7-latin-regular.woff b/static/fonts/libre-baskerville-v7-latin-regular.woff new file mode 100644 index 0000000..e31c31a Binary files /dev/null and b/static/fonts/libre-baskerville-v7-latin-regular.woff differ diff --git a/static/fonts/libre-baskerville-v7-latin-regular.woff2 b/static/fonts/libre-baskerville-v7-latin-regular.woff2 new file mode 100644 index 0000000..4606355 Binary files /dev/null and b/static/fonts/libre-baskerville-v7-latin-regular.woff2 differ -- cgit v1.2.3