change font famely in style

remotes/origin/mitri4
Dmitriy Shesterkin 9 years ago
parent 771891d2fd
commit 571cd2301a
  1. 11
      static/less/_.css
  2. 14
      static/less/_.less

@ -310,15 +310,17 @@
right: 0; right: 0;
} }
body { body {
font-family: 'Trebuchet MS', 'PT Sans', Helvetica, Arial, sans-serif; font-family: "Open Sans", Arial, sans-serif;
} }
/* Account for fixed navbar */ /* Account for fixed navbar */
body, body,
.navbar { .navbar {
min-width: 970px !important; min-width: 970px !important;
} }
.lead { .nav .lead {
font-size: 16px; font-size: 14px;
text-transform: uppercase;
font-weight: bold;
} }
.container { .container {
width: 970px !important; width: 970px !important;
@ -405,7 +407,8 @@ body,
} }
/* Don't let the lead text change font-size. */ /* Don't let the lead text change font-size. */
.lead { .lead {
font-size: 16px; font-size: 14px;
font-weight: bold;
} }
/* Finesse the page header spacing */ /* Finesse the page header spacing */
.page-header { .page-header {

@ -9,7 +9,7 @@
@brand-white: @white; @brand-white: @white;
body { body {
font-family: 'Trebuchet MS', 'PT Sans', Helvetica, Arial, sans-serif; font-family: "Open Sans", Arial, sans-serif;
} }
/* Account for fixed navbar */ /* Account for fixed navbar */
@ -18,10 +18,15 @@ body,
min-width: 970px !important; min-width: 970px !important;
} }
.lead { .nav {
font-size: 16px; .lead {
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
}
} }
.container { .container {
width: 970px !important; width: 970px !important;
} }
@ -132,7 +137,8 @@ body,
/* Don't let the lead text change font-size. */ /* Don't let the lead text change font-size. */
.lead { .lead {
font-size: 16px; font-size: 14px;
font-weight: bold;
} }
/* Finesse the page header spacing */ /* Finesse the page header spacing */

Loading…
Cancel
Save