From e113e2259c25514d5fb80021f1eed7bb2dd97ed0 Mon Sep 17 00:00:00 2001 From: joak Date: Wed, 26 Aug 2020 20:07:32 +0200 Subject: updates --- assets/static/fonts/EBGaramond-Regular.ttf | Bin 0 -> 599076 bytes assets/static/fonts/Inter-Regular.ttf | Bin 0 -> 287928 bytes assets/static/fonts/lg.eot | Bin 4024 -> 0 bytes assets/static/fonts/lg.svg | 47 ----------------------------- assets/static/fonts/lg.ttf | Bin 3880 -> 0 bytes assets/static/fonts/lg.woff | Bin 3956 -> 0 bytes assets/static/style.css | 12 +++++++- 7 files changed, 11 insertions(+), 48 deletions(-) create mode 100644 assets/static/fonts/EBGaramond-Regular.ttf create mode 100644 assets/static/fonts/Inter-Regular.ttf delete mode 100644 assets/static/fonts/lg.eot delete mode 100644 assets/static/fonts/lg.svg delete mode 100644 assets/static/fonts/lg.ttf delete mode 100644 assets/static/fonts/lg.woff (limited to 'assets/static') diff --git a/assets/static/fonts/EBGaramond-Regular.ttf b/assets/static/fonts/EBGaramond-Regular.ttf new file mode 100644 index 0000000..f57146c Binary files /dev/null and b/assets/static/fonts/EBGaramond-Regular.ttf differ diff --git a/assets/static/fonts/Inter-Regular.ttf b/assets/static/fonts/Inter-Regular.ttf new file mode 100644 index 0000000..96fd6a1 Binary files /dev/null and b/assets/static/fonts/Inter-Regular.ttf differ diff --git a/assets/static/fonts/lg.eot b/assets/static/fonts/lg.eot deleted file mode 100644 index 51264c4..0000000 Binary files a/assets/static/fonts/lg.eot and /dev/null differ diff --git a/assets/static/fonts/lg.svg b/assets/static/fonts/lg.svg deleted file mode 100644 index 22b1a1f..0000000 --- a/assets/static/fonts/lg.svg +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - -{ - "fontFamily": "lg", - "majorVersion": 1, - "minorVersion": 0, - "fontURL": "https://github.com/sachinchoolur/lightGallery", - "copyright": "sachin", - "license": "MLT", - "licenseURL": "http://opensource.org/licenses/MIT", - "version": "Version 1.0", - "fontId": "lg", - "psName": "lg", - "subFamily": "Regular", - "fullName": "lg", - "description": "Font generated by IcoMoon." -} - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/assets/static/fonts/lg.ttf b/assets/static/fonts/lg.ttf deleted file mode 100644 index 8ad8199..0000000 Binary files a/assets/static/fonts/lg.ttf and /dev/null differ diff --git a/assets/static/fonts/lg.woff b/assets/static/fonts/lg.woff deleted file mode 100644 index d98ff60..0000000 Binary files a/assets/static/fonts/lg.woff and /dev/null differ diff --git a/assets/static/style.css b/assets/static/style.css index e824e70..8f6183c 100644 --- a/assets/static/style.css +++ b/assets/static/style.css @@ -1,3 +1,13 @@ +@font-face { + font-family: "inter"; + src: url("/static/fonts/Inter-Regular.ttf"); +} + +@font-face { + font-family: "garamond"; + src: url("/static/fonts/EBGaramond-Regular.ttf"); +} + body{ margin: 0; @@ -99,7 +109,7 @@ ul.menu{ margin: 0; padding: 0; font-size: 150%; - font-family: serif; + font-family: garamond; } ul.menu li { -- cgit v1.2.3