From: Laury GvR Date: Wed, 12 Jul 2017 21:06:13 +0000 (-0400) Subject: Increase default font size to 16px X-Git-Tag: v1.0.0^2~45 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=79016169d38d2518c2b5e035ad9ed0e6c35c243a;p=WP-Themes%2Ftruenorthgolf.git Increase default font size to 16px --- diff --git a/css/app.css b/css/app.css index 5f93be8..d821c4b 100644 --- a/css/app.css +++ b/css/app.css @@ -7050,7 +7050,7 @@ main.page-front { main.page-front .blocks .block p { color: #888888; text-align: center; - font-size: 14px; } + font-size: 16px; } main.page-front .blocks .block .block-text a { color: #b32024; } main.page-front .blocks .block .block-readmore { @@ -8273,11 +8273,11 @@ img#orb-foot { background-color: transparent; } body { - font-size: 14px; } + font-size: 16px; } p, a { font-family: "ingram-wide-2"; - font-size: 14px; } + font-size: 16px; } h1 { font-family: "ingram-wide-2"; diff --git a/header.php b/header.php index 9efeac1..b63191a 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + diff --git a/scss/_main.scss b/scss/_main.scss index 122fa30..7494dce 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -87,7 +87,7 @@ main { p { color: $dark-grey; text-align: center; - font-size: 14px; + font-size: 16px; } .block-text a { color: $red; diff --git a/scss/_structure.scss b/scss/_structure.scss index 0cc5a05..865be0e 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -15,11 +15,11 @@ background-color: transparent; } body { - font-size: 14px; + font-size: 16px; } p, a { font-family: "ingram-wide-2"; - font-size: 14px; + font-size: 16px; } h1 { font-family: "ingram-wide-2";