From 571cd2301a415a3bfc6610ec7dd6b1d178d10d87 Mon Sep 17 00:00:00 2001 From: mitri4 Date: Wed, 1 Feb 2017 13:26:27 +0500 Subject: [PATCH] change font famely in style --- static/less/_.css | 11 +++++++---- static/less/_.less | 14 ++++++++++---- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/static/less/_.css b/static/less/_.css index c82d388..170d413 100644 --- a/static/less/_.css +++ b/static/less/_.css @@ -310,15 +310,17 @@ right: 0; } body { - font-family: 'Trebuchet MS', 'PT Sans', Helvetica, Arial, sans-serif; + font-family: "Open Sans", Arial, sans-serif; } /* Account for fixed navbar */ body, .navbar { min-width: 970px !important; } -.lead { - font-size: 16px; +.nav .lead { + font-size: 14px; + text-transform: uppercase; + font-weight: bold; } .container { width: 970px !important; @@ -405,7 +407,8 @@ body, } /* Don't let the lead text change font-size. */ .lead { - font-size: 16px; + font-size: 14px; + font-weight: bold; } /* Finesse the page header spacing */ .page-header { diff --git a/static/less/_.less b/static/less/_.less index 68ec31e..8719aa6 100644 --- a/static/less/_.less +++ b/static/less/_.less @@ -9,7 +9,7 @@ @brand-white: @white; body { - font-family: 'Trebuchet MS', 'PT Sans', Helvetica, Arial, sans-serif; + font-family: "Open Sans", Arial, sans-serif; } /* Account for fixed navbar */ @@ -18,10 +18,15 @@ body, min-width: 970px !important; } -.lead { - font-size: 16px; +.nav { + .lead { + font-size: 14px; + text-transform: uppercase; + font-weight: bold; + } } + .container { width: 970px !important; } @@ -132,7 +137,8 @@ body, /* Don't let the lead text change font-size. */ .lead { - font-size: 16px; + font-size: 14px; + font-weight: bold; } /* Finesse the page header spacing */