summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Murrell <merl@neo.andrewdm.me>2017-01-19 22:22:18 +0000
committerAndrew Murrell <merl@neo.andrewdm.me>2017-01-19 22:22:18 +0000
commitceb2c4dcd593989eb209417ea979695fa8d18cd6 (patch)
tree913e00be6fd733e53dd28cdf24697bedb52018eb
parent3d5003abd1d55e5a6f0bac7e8a9c517fdf23732c (diff)
font-family
-rw-r--r--src/main.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.scss b/src/main.scss
index 9fc3ef2..2fecdec 100644
--- a/src/main.scss
+++ b/src/main.scss
@@ -100,7 +100,7 @@ article {
.tag {
font-size: 60%;
- font-family: sans-serif;
+ font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", "Warnock Pro", serif;
color: white;
text-decoration: none;
text-align: center;