use inconsolata monospace

This commit is contained in:
Matthew Hooker 2016-10-19 13:56:22 -07:00
parent bb2b66e869
commit fd324f4a97
2 changed files with 4 additions and 2 deletions

View File

@ -180,7 +180,9 @@ header .header {
border: 0;
color: #b1d631;
font-size: 14px;
font-weight: bolder;
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; }