Merge pull request #4033 from mitchellh/4026-alt

4026 alt
This commit is contained in:
Matthew Hooker 2016-10-20 11:55:16 -07:00 committed by GitHub
commit 9185066019
2 changed files with 4 additions and 1 deletions

View File

@ -180,6 +180,9 @@ header .header {
border: 0;
color: #b1d631;
font-size: 14px;
font-weight: normal;
font-family: $mono;
text-shadow: 0 0 0;
}
a {

View File

@ -42,7 +42,7 @@ $sidebar-width: 250px;
//typography
$serif: 'myriad-pro', helvetica, Georgia, serif;
$sans: 'HeimatStencil-SemiBold', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
$mono: 'Inconsolata', 'courier new', courier, mono-space;
$mono: 'Inconsolata', 'courier new', courier, monospace;
.serif { font-family: $serif; }
.sans { font-family: $sans; }