From e4a97bee27c75110d983791b620dce677c44897f Mon Sep 17 00:00:00 2001 From: "V.H. Belvadi" Date: Tue, 14 May 2019 07:33:07 +0530 Subject: Various changes to improve local loading of Oxygen. --- assets/_fonts.scss | 48 ++-- assets/book.scss | 1 + layouts/partials/docs/html-head.html | 6 - static/fonts/oxygen-mono-v6-latin-regular.eot | Bin 0 -> 18577 bytes static/fonts/oxygen-mono-v6-latin-regular.svg | 319 ++++++++++++++++++++++++ static/fonts/oxygen-mono-v6-latin-regular.ttf | Bin 0 -> 39888 bytes static/fonts/oxygen-mono-v6-latin-regular.woff | Bin 0 -> 21348 bytes static/fonts/oxygen-mono-v6-latin-regular.woff2 | Bin 0 -> 16736 bytes static/fonts/oxygen-v8-latin-300.eot | Bin 0 -> 17667 bytes static/fonts/oxygen-v8-latin-300.svg | 313 +++++++++++++++++++++++ static/fonts/oxygen-v8-latin-300.ttf | Bin 0 -> 31384 bytes static/fonts/oxygen-v8-latin-300.woff | Bin 0 -> 19612 bytes static/fonts/oxygen-v8-latin-300.woff2 | Bin 0 -> 15788 bytes static/fonts/oxygen-v8-latin-700.eot | Bin 0 -> 18198 bytes static/fonts/oxygen-v8-latin-700.svg | 307 +++++++++++++++++++++++ static/fonts/oxygen-v8-latin-700.ttf | Bin 0 -> 33056 bytes static/fonts/oxygen-v8-latin-700.woff | Bin 0 -> 20328 bytes static/fonts/oxygen-v8-latin-700.woff2 | Bin 0 -> 16184 bytes static/fonts/oxygen-v8-latin-regular.eot | Bin 0 -> 18365 bytes static/fonts/oxygen-v8-latin-regular.svg | 312 +++++++++++++++++++++++ static/fonts/oxygen-v8-latin-regular.ttf | Bin 0 -> 33720 bytes static/fonts/oxygen-v8-latin-regular.woff | Bin 0 -> 20468 bytes static/fonts/oxygen-v8-latin-regular.woff2 | Bin 0 -> 16344 bytes static/oxygen-mono-v6-latin-regular.eot | Bin 18577 -> 0 bytes static/oxygen-mono-v6-latin-regular.svg | 319 ------------------------ static/oxygen-mono-v6-latin-regular.ttf | Bin 39888 -> 0 bytes static/oxygen-mono-v6-latin-regular.woff | Bin 21348 -> 0 bytes static/oxygen-mono-v6-latin-regular.woff2 | Bin 16736 -> 0 bytes static/oxygen-v8-latin-300.eot | Bin 17667 -> 0 bytes static/oxygen-v8-latin-300.svg | 313 ----------------------- static/oxygen-v8-latin-300.ttf | Bin 31384 -> 0 bytes static/oxygen-v8-latin-300.woff | Bin 19612 -> 0 bytes static/oxygen-v8-latin-300.woff2 | Bin 15788 -> 0 bytes static/oxygen-v8-latin-700.eot | Bin 18198 -> 0 bytes static/oxygen-v8-latin-700.svg | 307 ----------------------- static/oxygen-v8-latin-700.ttf | Bin 33056 -> 0 bytes static/oxygen-v8-latin-700.woff | Bin 20328 -> 0 bytes static/oxygen-v8-latin-700.woff2 | Bin 16184 -> 0 bytes static/oxygen-v8-latin-regular.eot | Bin 18365 -> 0 bytes static/oxygen-v8-latin-regular.svg | 312 ----------------------- static/oxygen-v8-latin-regular.ttf | Bin 33720 -> 0 bytes static/oxygen-v8-latin-regular.woff | Bin 20468 -> 0 bytes static/oxygen-v8-latin-regular.woff2 | Bin 16344 -> 0 bytes 43 files changed, 1276 insertions(+), 1281 deletions(-) create mode 100644 static/fonts/oxygen-mono-v6-latin-regular.eot create mode 100644 static/fonts/oxygen-mono-v6-latin-regular.svg create mode 100644 static/fonts/oxygen-mono-v6-latin-regular.ttf create mode 100644 static/fonts/oxygen-mono-v6-latin-regular.woff create mode 100644 static/fonts/oxygen-mono-v6-latin-regular.woff2 create mode 100644 static/fonts/oxygen-v8-latin-300.eot create mode 100644 static/fonts/oxygen-v8-latin-300.svg create mode 100644 static/fonts/oxygen-v8-latin-300.ttf create mode 100644 static/fonts/oxygen-v8-latin-300.woff create mode 100644 static/fonts/oxygen-v8-latin-300.woff2 create mode 100644 static/fonts/oxygen-v8-latin-700.eot create mode 100644 static/fonts/oxygen-v8-latin-700.svg create mode 100644 static/fonts/oxygen-v8-latin-700.ttf create mode 100644 static/fonts/oxygen-v8-latin-700.woff create mode 100644 static/fonts/oxygen-v8-latin-700.woff2 create mode 100644 static/fonts/oxygen-v8-latin-regular.eot create mode 100644 static/fonts/oxygen-v8-latin-regular.svg create mode 100644 static/fonts/oxygen-v8-latin-regular.ttf create mode 100644 static/fonts/oxygen-v8-latin-regular.woff create mode 100644 static/fonts/oxygen-v8-latin-regular.woff2 delete mode 100644 static/oxygen-mono-v6-latin-regular.eot delete mode 100644 static/oxygen-mono-v6-latin-regular.svg delete mode 100644 static/oxygen-mono-v6-latin-regular.ttf delete mode 100644 static/oxygen-mono-v6-latin-regular.woff delete mode 100644 static/oxygen-mono-v6-latin-regular.woff2 delete mode 100644 static/oxygen-v8-latin-300.eot delete mode 100644 static/oxygen-v8-latin-300.svg delete mode 100644 static/oxygen-v8-latin-300.ttf delete mode 100644 static/oxygen-v8-latin-300.woff delete mode 100644 static/oxygen-v8-latin-300.woff2 delete mode 100644 static/oxygen-v8-latin-700.eot delete mode 100644 static/oxygen-v8-latin-700.svg delete mode 100644 static/oxygen-v8-latin-700.ttf delete mode 100644 static/oxygen-v8-latin-700.woff delete mode 100644 static/oxygen-v8-latin-700.woff2 delete mode 100644 static/oxygen-v8-latin-regular.eot delete mode 100644 static/oxygen-v8-latin-regular.svg delete mode 100644 static/oxygen-v8-latin-regular.ttf delete mode 100644 static/oxygen-v8-latin-regular.woff delete mode 100644 static/oxygen-v8-latin-regular.woff2 diff --git a/assets/_fonts.scss b/assets/_fonts.scss index 549fddc..17cd664 100644 --- a/assets/_fonts.scss +++ b/assets/_fonts.scss @@ -3,50 +3,50 @@ font-family: 'Oxygen'; font-style: normal; font-weight: 300; - src: url('oxygen-v8-latin-300.eot'); /* IE9 Compat Modes */ + src: url('/fonts/oxygen-v8-latin-300.eot'); /* IE9 Compat Modes */ src: local('Oxygen Light'), local('Oxygen-Light'), - url('oxygen-v8-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('oxygen-v8-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ - url('oxygen-v8-latin-300.woff') format('woff'), /* Modern Browsers */ - url('oxygen-v8-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ - url('oxygen-v8-latin-300.svg#Oxygen') format('svg'); /* Legacy iOS */ + url('/fonts/oxygen-v8-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('/fonts/oxygen-v8-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ + url('/fonts/oxygen-v8-latin-300.woff') format('woff'), /* Modern Browsers */ + url('/fonts/oxygen-v8-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ + url('/fonts/oxygen-v8-latin-300.svg#Oxygen') format('svg'); /* Legacy iOS */ } /* oxygen-regular - latin */ @font-face { font-family: 'Oxygen'; font-style: normal; font-weight: 400; - src: url('oxygen-v8-latin-regular.eot'); /* IE9 Compat Modes */ + src: url('/fonts/oxygen-v8-latin-regular.eot'); /* IE9 Compat Modes */ src: local('Oxygen Regular'), local('Oxygen-Regular'), - url('oxygen-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('oxygen-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ - url('oxygen-v8-latin-regular.woff') format('woff'), /* Modern Browsers */ - url('oxygen-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ - url('oxygen-v8-latin-regular.svg#Oxygen') format('svg'); /* Legacy iOS */ + url('/fonts/oxygen-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('/fonts/oxygen-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('/fonts/oxygen-v8-latin-regular.woff') format('woff'), /* Modern Browsers */ + url('/fonts/oxygen-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('/fonts/oxygen-v8-latin-regular.svg#Oxygen') format('svg'); /* Legacy iOS */ } /* oxygen-700 - latin */ @font-face { font-family: 'Oxygen'; font-style: normal; font-weight: 700; - src: url('oxygen-v8-latin-700.eot'); /* IE9 Compat Modes */ + src: url('/fonts/oxygen-v8-latin-700.eot'); /* IE9 Compat Modes */ src: local('Oxygen Bold'), local('Oxygen-Bold'), - url('oxygen-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('oxygen-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ - url('oxygen-v8-latin-700.woff') format('woff'), /* Modern Browsers */ - url('oxygen-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ - url('oxygen-v8-latin-700.svg#Oxygen') format('svg'); /* Legacy iOS */ + url('/fonts/oxygen-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('/fonts/oxygen-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ + url('/fonts/oxygen-v8-latin-700.woff') format('woff'), /* Modern Browsers */ + url('/fonts/oxygen-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ + url('/fonts/oxygen-v8-latin-700.svg#Oxygen') format('svg'); /* Legacy iOS */ } /* oxygen-mono-regular - latin */ @font-face { font-family: 'Oxygen Mono'; font-style: normal; font-weight: 400; - src: url('oxygen-mono-v6-latin-regular.eot'); /* IE9 Compat Modes */ + src: url('/fonts/oxygen-mono-v6-latin-regular.eot'); /* IE9 Compat Modes */ src: local('Oxygen Mono'), local('OxygenMono-Regular'), - url('oxygen-mono-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('oxygen-mono-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ - url('oxygen-mono-v6-latin-regular.woff') format('woff'), /* Modern Browsers */ - url('oxygen-mono-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ - url('oxygen-mono-v6-latin-regular.svg#OxygenMono') format('svg'); /* Legacy iOS */ + url('/fonts/oxygen-mono-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('/fonts/oxygen-mono-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('/fonts/oxygen-mono-v6-latin-regular.woff') format('woff'), /* Modern Browsers */ + url('/fonts/oxygen-mono-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('/fonts/oxygen-mono-v6-latin-regular.svg#OxygenMono') format('svg'); /* Legacy iOS */ } diff --git a/assets/book.scss b/assets/book.scss index 64cf13d..d0d8c19 100644 --- a/assets/book.scss +++ b/assets/book.scss @@ -2,6 +2,7 @@ @import "variables"; @import "markdown"; @import "utils"; +@import "fonts"; html { font-size: $font-size-base; diff --git a/layouts/partials/docs/html-head.html b/layouts/partials/docs/html-head.html index 35d0e81..5fbc549 100644 --- a/layouts/partials/docs/html-head.html +++ b/layouts/partials/docs/html-head.html @@ -2,12 +2,6 @@ {{- template "title" . }} | {{ .Site.Title -}} - -{{ if default true .Site.Params.googleFonts }} - {{ $fonts := resources.Get "_fonts.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }} - -{{ end }} - {{ $styles := resources.Get "book.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }} diff --git a/static/fonts/oxygen-mono-v6-latin-regular.eot b/static/fonts/oxygen-mono-v6-latin-regular.eot new file mode 100644 index 0000000..722fa29 Binary files /dev/null and b/static/fonts/oxygen-mono-v6-latin-regular.eot differ diff --git a/static/fonts/oxygen-mono-v6-latin-regular.svg b/static/fonts/oxygen-mono-v6-latin-regular.svg new file mode 100644 index 0000000..5f5d26f --- /dev/null +++ b/static/fonts/oxygen-mono-v6-latin-regular.svg @@ -0,0 +1,319 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/fonts/oxygen-mono-v6-latin-regular.ttf b/static/fonts/oxygen-mono-v6-latin-regular.ttf new file mode 100644 index 0000000..ac38dfc Binary files /dev/null and b/static/fonts/oxygen-mono-v6-latin-regular.ttf differ diff --git a/static/fonts/oxygen-mono-v6-latin-regular.woff b/static/fonts/oxygen-mono-v6-latin-regular.woff new file mode 100644 index 0000000..a020f95 Binary files /dev/null and b/static/fonts/oxygen-mono-v6-latin-regular.woff differ diff --git a/static/fonts/oxygen-mono-v6-latin-regular.woff2 b/static/fonts/oxygen-mono-v6-latin-regular.woff2 new file mode 100644 index 0000000..57ea1a2 Binary files /dev/null and b/static/fonts/oxygen-mono-v6-latin-regular.woff2 differ diff --git a/static/fonts/oxygen-v8-latin-300.eot b/static/fonts/oxygen-v8-latin-300.eot new file mode 100644 index 0000000..8fc445b Binary files /dev/null and b/static/fonts/oxygen-v8-latin-300.eot differ diff --git a/static/fonts/oxygen-v8-latin-300.svg b/static/fonts/oxygen-v8-latin-300.svg new file mode 100644 index 0000000..b47a28e --- /dev/null +++ b/static/fonts/oxygen-v8-latin-300.svg @@ -0,0 +1,313 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/fonts/oxygen-v8-latin-300.ttf b/static/fonts/oxygen-v8-latin-300.ttf new file mode 100644 index 0000000..a6daa86 Binary files /dev/null and b/static/fonts/oxygen-v8-latin-300.ttf differ diff --git a/static/fonts/oxygen-v8-latin-300.woff b/static/fonts/oxygen-v8-latin-300.woff new file mode 100644 index 0000000..7d67e38 Binary files /dev/null and b/static/fonts/oxygen-v8-latin-300.woff differ diff --git a/static/fonts/oxygen-v8-latin-300.woff2 b/static/fonts/oxygen-v8-latin-300.woff2 new file mode 100644 index 0000000..7e4c2d8 Binary files /dev/null and b/static/fonts/oxygen-v8-latin-300.woff2 differ diff --git a/static/fonts/oxygen-v8-latin-700.eot b/static/fonts/oxygen-v8-latin-700.eot new file mode 100644 index 0000000..e9ee2bd Binary files /dev/null and b/static/fonts/oxygen-v8-latin-700.eot differ diff --git a/static/fonts/oxygen-v8-latin-700.svg b/static/fonts/oxygen-v8-latin-700.svg new file mode 100644 index 0000000..dffbcc9 --- /dev/null +++ b/static/fonts/oxygen-v8-latin-700.svg @@ -0,0 +1,307 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/fonts/oxygen-v8-latin-700.ttf b/static/fonts/oxygen-v8-latin-700.ttf new file mode 100644 index 0000000..fcefd3b Binary files /dev/null and b/static/fonts/oxygen-v8-latin-700.ttf differ diff --git a/static/fonts/oxygen-v8-latin-700.woff b/static/fonts/oxygen-v8-latin-700.woff new file mode 100644 index 0000000..b53f41e Binary files /dev/null and b/static/fonts/oxygen-v8-latin-700.woff differ diff --git a/static/fonts/oxygen-v8-latin-700.woff2 b/static/fonts/oxygen-v8-latin-700.woff2 new file mode 100644 index 0000000..efc1156 Binary files /dev/null and b/static/fonts/oxygen-v8-latin-700.woff2 differ diff --git a/static/fonts/oxygen-v8-latin-regular.eot b/static/fonts/oxygen-v8-latin-regular.eot new file mode 100644 index 0000000..ddb8989 Binary files /dev/null and b/static/fonts/oxygen-v8-latin-regular.eot differ diff --git a/static/fonts/oxygen-v8-latin-regular.svg b/static/fonts/oxygen-v8-latin-regular.svg new file mode 100644 index 0000000..08201da --- /dev/null +++ b/static/fonts/oxygen-v8-latin-regular.svg @@ -0,0 +1,312 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/fonts/oxygen-v8-latin-regular.ttf b/static/fonts/oxygen-v8-latin-regular.ttf new file mode 100644 index 0000000..add0adb Binary files /dev/null and b/static/fonts/oxygen-v8-latin-regular.ttf differ diff --git a/static/fonts/oxygen-v8-latin-regular.woff b/static/fonts/oxygen-v8-latin-regular.woff new file mode 100644 index 0000000..d324505 Binary files /dev/null and b/static/fonts/oxygen-v8-latin-regular.woff differ diff --git a/static/fonts/oxygen-v8-latin-regular.woff2 b/static/fonts/oxygen-v8-latin-regular.woff2 new file mode 100644 index 0000000..22be243 Binary files /dev/null and b/static/fonts/oxygen-v8-latin-regular.woff2 differ diff --git a/static/oxygen-mono-v6-latin-regular.eot b/static/oxygen-mono-v6-latin-regular.eot deleted file mode 100644 index 722fa29..0000000 Binary files a/static/oxygen-mono-v6-latin-regular.eot and /dev/null differ diff --git a/static/oxygen-mono-v6-latin-regular.svg b/static/oxygen-mono-v6-latin-regular.svg deleted file mode 100644 index 5f5d26f..0000000 --- a/static/oxygen-mono-v6-latin-regular.svg +++ /dev/null @@ -1,319 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/oxygen-mono-v6-latin-regular.ttf b/static/oxygen-mono-v6-latin-regular.ttf deleted file mode 100644 index ac38dfc..0000000 Binary files a/static/oxygen-mono-v6-latin-regular.ttf and /dev/null differ diff --git a/static/oxygen-mono-v6-latin-regular.woff b/static/oxygen-mono-v6-latin-regular.woff deleted file mode 100644 index a020f95..0000000 Binary files a/static/oxygen-mono-v6-latin-regular.woff and /dev/null differ diff --git a/static/oxygen-mono-v6-latin-regular.woff2 b/static/oxygen-mono-v6-latin-regular.woff2 deleted file mode 100644 index 57ea1a2..0000000 Binary files a/static/oxygen-mono-v6-latin-regular.woff2 and /dev/null differ diff --git a/static/oxygen-v8-latin-300.eot b/static/oxygen-v8-latin-300.eot deleted file mode 100644 index 8fc445b..0000000 Binary files a/static/oxygen-v8-latin-300.eot and /dev/null differ diff --git a/static/oxygen-v8-latin-300.svg b/static/oxygen-v8-latin-300.svg deleted file mode 100644 index b47a28e..0000000 --- a/static/oxygen-v8-latin-300.svg +++ /dev/null @@ -1,313 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/oxygen-v8-latin-300.ttf b/static/oxygen-v8-latin-300.ttf deleted file mode 100644 index a6daa86..0000000 Binary files a/static/oxygen-v8-latin-300.ttf and /dev/null differ diff --git a/static/oxygen-v8-latin-300.woff b/static/oxygen-v8-latin-300.woff deleted file mode 100644 index 7d67e38..0000000 Binary files a/static/oxygen-v8-latin-300.woff and /dev/null differ diff --git a/static/oxygen-v8-latin-300.woff2 b/static/oxygen-v8-latin-300.woff2 deleted file mode 100644 index 7e4c2d8..0000000 Binary files a/static/oxygen-v8-latin-300.woff2 and /dev/null differ diff --git a/static/oxygen-v8-latin-700.eot b/static/oxygen-v8-latin-700.eot deleted file mode 100644 index e9ee2bd..0000000 Binary files a/static/oxygen-v8-latin-700.eot and /dev/null differ diff --git a/static/oxygen-v8-latin-700.svg b/static/oxygen-v8-latin-700.svg deleted file mode 100644 index dffbcc9..0000000 --- a/static/oxygen-v8-latin-700.svg +++ /dev/null @@ -1,307 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/oxygen-v8-latin-700.ttf b/static/oxygen-v8-latin-700.ttf deleted file mode 100644 index fcefd3b..0000000 Binary files a/static/oxygen-v8-latin-700.ttf and /dev/null differ diff --git a/static/oxygen-v8-latin-700.woff b/static/oxygen-v8-latin-700.woff deleted file mode 100644 index b53f41e..0000000 Binary files a/static/oxygen-v8-latin-700.woff and /dev/null differ diff --git a/static/oxygen-v8-latin-700.woff2 b/static/oxygen-v8-latin-700.woff2 deleted file mode 100644 index efc1156..0000000 Binary files a/static/oxygen-v8-latin-700.woff2 and /dev/null differ diff --git a/static/oxygen-v8-latin-regular.eot b/static/oxygen-v8-latin-regular.eot deleted file mode 100644 index ddb8989..0000000 Binary files a/static/oxygen-v8-latin-regular.eot and /dev/null differ diff --git a/static/oxygen-v8-latin-regular.svg b/static/oxygen-v8-latin-regular.svg deleted file mode 100644 index 08201da..0000000 --- a/static/oxygen-v8-latin-regular.svg +++ /dev/null @@ -1,312 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/oxygen-v8-latin-regular.ttf b/static/oxygen-v8-latin-regular.ttf deleted file mode 100644 index add0adb..0000000 Binary files a/static/oxygen-v8-latin-regular.ttf and /dev/null differ diff --git a/static/oxygen-v8-latin-regular.woff b/static/oxygen-v8-latin-regular.woff deleted file mode 100644 index d324505..0000000 Binary files a/static/oxygen-v8-latin-regular.woff and /dev/null differ diff --git a/static/oxygen-v8-latin-regular.woff2 b/static/oxygen-v8-latin-regular.woff2 deleted file mode 100644 index 22be243..0000000 Binary files a/static/oxygen-v8-latin-regular.woff2 and /dev/null differ -- cgit v1.2.3