From a6681e0d022d25f565dd135c7ee74bb79f111db8 Mon Sep 17 00:00:00 2001 From: Markus Ankenbrand Date: Sat, 24 Sep 2016 10:38:33 +0200 Subject: [PATCH] Change font of blog description --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 219fca0..dc44236 100644 --- a/style.css +++ b/style.css @@ -10,3 +10,7 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: atravelblog */ + +.blog-description { + font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', sans-serif +} \ No newline at end of file