summaryrefslogtreecommitdiffstats
path: root/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css15
1 files changed, 1 insertions, 14 deletions
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;