From 868e9656e18d5f65f1fa3b41551877207222394d Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 24 Feb 2017 15:57:05 -0500 Subject: [PATCH] Adjust fonts --- stylesheets/stylesheet.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index ebb1775c..c262bb60 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -53,7 +53,8 @@ body { color:#373737; background: #212121; font-size: 16px; - font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif; + font-family: Helvetica, Arial, sans-serif; + /*font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;*/ line-height: 1.5; -webkit-font-smoothing: antialiased; } @@ -62,7 +63,8 @@ h1, h2, h3, h4, h5, h6 { margin: 10px 0; font-weight: 700; color:#222222; - font-family: 'Lucida Grande', 'Calibri', Helvetica, Arial, sans-serif; + font-family: Helvetica, Arial, sans-serif; + /*font-family: 'Lucida Grande', 'Calibri', Helvetica, Arial, sans-serif;*/ letter-spacing: -1px; }