diff options
Diffstat (limited to 'css/jakob.css')
| -rw-r--r-- | css/jakob.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/css/jakob.css b/css/jakob.css index 473747f..06eaaea 100644 --- a/css/jakob.css +++ b/css/jakob.css @@ -16,13 +16,13 @@ body { color: #4D4D4D; background-color: #eee; - font-family: 'Concrete Roman', serif; + font-family: 'Cantarell', serif; line-height: 140%; text-rendering: optimizeLegibility; } h1, h2, h3 { - font-family: 'Concrete Roman', sans; + font-family: 'Cantarell', sans; } h1 { @@ -91,7 +91,7 @@ footer { /* Navigation */ .nav { - font-family: 'Concrete Roman',sans; + font-family: "Cantarell", sans; padding-top: 1rem; padding-bottom: 1rem; margin-bottom: 3rem; |