From 81059cde4c4276f4c7010970d1136683e71698d6 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Wed, 7 Oct 2015 00:17:19 -0700 Subject: [PATCH] Improved fonts --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 41403c94..25fa6206 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ /* Main styles */ html, body { - font-family: "Helvetica Neue"; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; background: white; font-size: 16px; @@ -268,7 +268,7 @@ strong { line-height: 49px; } #page-headline h3 { - font-family: 'Helvetica Neue'; + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 200; font-size: 14px; margin-top: 8px;