aboutsummaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2020-02-14 23:20:48 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2020-02-14 23:20:48 +0100
commitfb94d7aef76a5996892ef82938524cb0c2e0d285 (patch)
tree5378e2ed9218ca4d6ec304d63ffb49f3e8bc9b93 /src/static
parentcd33117ff10600019e41f1c127b7dfab92b939f0 (diff)
downloadmitjafelicijan.com-fb94d7aef76a5996892ef82938524cb0c2e0d285.tar.gz
Revert back to Times new roman
Diffstat (limited to 'src/static')
-rw-r--r--src/static/style.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/static/style.css b/src/static/style.css
index be15fe7..d2b3203 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -1,5 +1,3 @@
1@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro&display=swap');
2
3* { 1* {
4 box-sizing: border-box; 2 box-sizing: border-box;
5} 3}
@@ -7,8 +5,7 @@
7body { 5body {
8 line-height: 150%; 6 line-height: 150%;
9 margin-bottom: 100px; 7 margin-bottom: 100px;
10 font-family: 'Source Serif Pro', serif; 8 font-family: serif;
11 font-size: 16px;
12} 9}
13 10
14main { 11main {