use inconsolata monospace
This commit is contained in:
parent
bb2b66e869
commit
fd324f4a97
|
@ -180,7 +180,9 @@ header .header {
|
||||||
border: 0;
|
border: 0;
|
||||||
color: #b1d631;
|
color: #b1d631;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: bolder;
|
font-weight: normal;
|
||||||
|
font-family: $mono;
|
||||||
|
text-shadow: 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
|
@ -42,7 +42,7 @@ $sidebar-width: 250px;
|
||||||
//typography
|
//typography
|
||||||
$serif: 'myriad-pro', helvetica, Georgia, serif;
|
$serif: 'myriad-pro', helvetica, Georgia, serif;
|
||||||
$sans: 'HeimatStencil-SemiBold', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-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; }
|
.serif { font-family: $serif; }
|
||||||
.sans { font-family: $sans; }
|
.sans { font-family: $sans; }
|
||||||
|
|
Loading…
Reference in New Issue