diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 08:18:03 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 08:18:03 +0100 |
commit | 6808489f1bf0f653859bc46136d4b74bf7ce8570 (patch) | |
tree | 40dad11a8e7452a3626cd13a78675212f3c96639 | |
parent | 3d6a71c59432b99b32a86e4c5df579f14bf7bec4 (diff) |
removed reference to robotoslab and web fonts
-rw-r--r-- | content/reading/_index.md | 2 | ||||
-rw-r--r-- | static/css/RobotoSlab-Regular-webfont.woff | bin | 23872 -> 0 bytes | |||
-rw-r--r-- | static/css/style.css | 15 | ||||
-rw-r--r-- | static/fonts/RobotoSlab-Regular-webfont.woff | bin | 23872 -> 0 bytes | |||
-rw-r--r-- | static/fonts/RobotoSlab-Regular.ttf | bin | 125936 -> 0 bytes |
5 files changed, 2 insertions, 15 deletions
diff --git a/content/reading/_index.md b/content/reading/_index.md index a90126c..b5accd5 100644 --- a/content/reading/_index.md +++ b/content/reading/_index.md @@ -2,7 +2,7 @@ I read a lot on the internet and would like to read more on paper, like the old days. My attention span is too feeble to sit down to read a book at this point, but I'm working on it. -Poetry is good because it's short and digestible. I don't use social media except Mastadon on occasion. +Poetry is good because it's short and digestible. I don't use social media any more except Mastadon on occasion. ### Remind me to read diff --git a/static/css/RobotoSlab-Regular-webfont.woff b/static/css/RobotoSlab-Regular-webfont.woff Binary files differdeleted file mode 100644 index fa0b499..0000000 --- a/static/css/RobotoSlab-Regular-webfont.woff +++ /dev/null diff --git a/static/css/style.css b/static/css/style.css index 171a892..f959ddc 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,16 +1,3 @@ -@font-face { - font-family: 'RobotoSlab-Regular'; - src: url('/fonts/RobotoSlab-Regular-webfont.eot'); - src: url('/fonts/RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'), - url('/fonts/RobotoSlab-Regular-webfont.woff2') format('woff2'), - url('/fonts/RobotoSlab-Regular-webfont.woff') format('woff'), - url('/fonts/RobotoSlab-Regular-webfont.ttf') format('truetype'), - url('/fonts/RobotoSlab-Regular-webfont.svg#roboto_slabregular') format('svg'); - font-weight: normal; - font-style: normal; - -} - * { box-sizing: border-box; } @@ -55,7 +42,7 @@ figcaption { /* } */ body { - font-family: serif, "RobotoSlab-Regular"; + font-family: serif; font-size: 18px; margin-left: auto; margin-right: auto; diff --git a/static/fonts/RobotoSlab-Regular-webfont.woff b/static/fonts/RobotoSlab-Regular-webfont.woff Binary files differdeleted file mode 100644 index fa0b499..0000000 --- a/static/fonts/RobotoSlab-Regular-webfont.woff +++ /dev/null diff --git a/static/fonts/RobotoSlab-Regular.ttf b/static/fonts/RobotoSlab-Regular.ttf Binary files differdeleted file mode 100644 index cf612b8..0000000 --- a/static/fonts/RobotoSlab-Regular.ttf +++ /dev/null |