summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-19 08:18:03 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-19 08:18:03 +0100
commit6808489f1bf0f653859bc46136d4b74bf7ce8570 (patch)
tree40dad11a8e7452a3626cd13a78675212f3c96639 /static
parent3d6a71c59432b99b32a86e4c5df579f14bf7bec4 (diff)
removed reference to robotoslab and web fonts
Diffstat (limited to 'static')
-rw-r--r--static/css/RobotoSlab-Regular-webfont.woffbin23872 -> 0 bytes
-rw-r--r--static/css/style.css15
-rw-r--r--static/fonts/RobotoSlab-Regular-webfont.woffbin23872 -> 0 bytes
-rw-r--r--static/fonts/RobotoSlab-Regular.ttfbin125936 -> 0 bytes
4 files changed, 1 insertions, 14 deletions
diff --git a/static/css/RobotoSlab-Regular-webfont.woff b/static/css/RobotoSlab-Regular-webfont.woff
deleted file mode 100644
index fa0b499..0000000
--- a/static/css/RobotoSlab-Regular-webfont.woff
+++ /dev/null
Binary files differ
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
deleted file mode 100644
index fa0b499..0000000
--- a/static/fonts/RobotoSlab-Regular-webfont.woff
+++ /dev/null
Binary files differ
diff --git a/static/fonts/RobotoSlab-Regular.ttf b/static/fonts/RobotoSlab-Regular.ttf
deleted file mode 100644
index cf612b8..0000000
--- a/static/fonts/RobotoSlab-Regular.ttf
+++ /dev/null
Binary files differ