Improved fonts

This commit is contained in:
Syrus Akbary 2015-10-07 00:17:19 -07:00
parent 6e70dc818c
commit 81059cde4c

View File

@ -3,7 +3,7 @@
/* Main styles */ /* Main styles */
html, body { html, body {
font-family: "Helvetica Neue"; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300; font-weight: 300;
background: white; background: white;
font-size: 16px; font-size: 16px;
@ -268,7 +268,7 @@ strong {
line-height: 49px; line-height: 49px;
} }
#page-headline h3 { #page-headline h3 {
font-family: 'Helvetica Neue'; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 200; font-weight: 200;
font-size: 14px; font-size: 14px;
margin-top: 8px; margin-top: 8px;