From 2e307c65a504160e462e8bf9f90add0a6ab5a38a Mon Sep 17 00:00:00 2001 From: nbozon Date: Sun, 22 Mar 2020 12:24:43 +0100 Subject: [PATCH] Update style.css Update style.css with new local Open Sans font name --- themes/grass/assets/css/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/grass/assets/css/style.css b/themes/grass/assets/css/style.css index e8f170b0..390c6c66 100644 --- a/themes/grass/assets/css/style.css +++ b/themes/grass/assets/css/style.css @@ -1,6 +1,6 @@ body { line-height: 1.8; - font-family: "Open Sans", sans-serif; + font-family: open_sansregular; -webkit-font-smoothing: antialiased; font-size: 16px; color: var(--text-color); @@ -13,10 +13,10 @@ p, .paragraph { color: var(--text-color); font-size: 16px; line-height: 1.8; - font-family: "Open Sans", sans-serif; + font-family: open_sansregular; } h1, h2, h3, h4, h5, h6 { - font-family: "Open Sans", sans-serif; + font-family: open_sansbold; font-weight: 700; line-height: 1.2; } @@ -131,7 +131,7 @@ a.nws:hover { } .btn { font-size: 14px; - font-family: "Open Sans", sans-serif; + font-family: open_sansregular; text-transform: uppercase; padding: 6px 14px; border-radius: 0px; @@ -541,7 +541,7 @@ padding-right .pds-40 { position: relative; color: var(--text-color-dark); transition: .2s ease; - font-family: "Open Sans", sans-serif; + font-family: open_sansregular; } @media (max-width: 991px) { .navbar .dropdown-item { @@ -829,5 +829,5 @@ li.parent a { } .edt { - font-family: "Open Sans", sans-serif !important; + font-family: open_sansregular; !important; }