From 3ba05b490782a891612078bd191e08a72bab0eda Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 24 Mar 2015 13:28:37 +0100 Subject: style: Use Fontin Sans for navbar --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3-54-g00ecf