diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-24 13:28:37 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-24 13:28:37 +0100 |
commit | 3ba05b490782a891612078bd191e08a72bab0eda (patch) | |
tree | a5d4777017775010feb6e93241f9e2093d52b24d /src | |
parent | c86d6db41366213a8ca61272784883c2a236ea2f (diff) | |
download | website-3ba05b490782a891612078bd191e08a72bab0eda.tar.xz |
style: Use Fontin Sans for navbar
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css index 7675757..80c4393 100644 --- a/src/style.css +++ b/src/style.css @@ -36,7 +36,7 @@ header { } header nav ul { font-size: 0.9rem; - font-family: 'DejaVu Sans Mono'; + font-family: 'Fontin Sans'; list-style-type: none; padding: 0; } |