commit
9185066019
|
@ -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 {
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue