the font was driving me crazy

This commit is contained in:
Alex Grintsvayg 2016-04-11 13:21:00 -04:00
parent 3fd7287135
commit ef5d29a15c
6 changed files with 21 additions and 11 deletions

View file

@ -12,7 +12,7 @@
'LBRY' ?>
<title><?php echo $title ?></title>
<link href='//fonts.googleapis.com/css?family=Raleway:600,300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato:300,300italic,400|Raleway:300,300italic' rel='stylesheet' type='text/css'>
<link href="/css/all.css" rel="stylesheet" type="text/css" media="screen,print" />
<link rel="apple-touch-icon" sizes="60x60" href="/img/fav/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/fav/apple-touch-icon-114x114.png">

View file

@ -10,7 +10,8 @@ html
}
body
{
font-family: 'Raleway', sans-serif;
font-family: $bodyFont;
font-weight: 300;
line-height: 1.3333;
min-height: 100%;
position: relative;
@ -34,6 +35,11 @@ iframe, img { max-width: 100%; }
iframe { margin: 0 auto; display: block; }
code { font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, monospace, serif; }
h1, h2, h3, h4, h5, h6
{
font-family: $headerFont;
font-weight: 300;
}
h1, h2, h3
{
margin-bottom: $spacing-vertical;
@ -109,6 +115,7 @@ a:hover img
text-decoration: none;
border: 0 none;
text-align: center;
font-weight: 400;
}
.btn-primary
{

View file

@ -14,6 +14,8 @@ $mobile-width-threshold: 801px;
$max-content-width: 1000px;
$max-text-width: 660px;
$headerFont: 'Raleway', sans-serif;
$bodyFont: 'Lato', sans-serif;
@mixin clearfix()
{

View file

@ -51,7 +51,7 @@ $color-nav-border: #ddd;
a
{
&:hover { text-decoration: underline; }
&.nav-active { font-weight: bold; }
// &.nav-active { font-weight: bold; }
}
}

View file

@ -8,6 +8,7 @@
padding-bottom: $spacing-vertical;
blockquote
{
font-family: $headerFont;
border-left: 10px solid rgba(180, 180, 180, 0.3);
padding: 0 15px;
font-size: 1.5em;

View file

@ -35,7 +35,7 @@
}
.sale-call-prep, .sale-call-verb
{
font-size: 0.85em;
// font-size: 0.85em;
}
.sale-ctas
{