brouilleursdeblanc/assets/less/variables.less
Jeremy Baker daaaa9409f Change the @alt-font from volkhorn to volkhov
In _head.html we're loading volkhov.js from edgefonts, but in
variables.less it was referencing volkorn. I don't see volkorn
loaded anywhere, so I'm assuming it's a typo.
2013-07-29 00:05:39 -07:00

31 lines
745 B
Text

// Typography
// --------------------------------------------------
@base-font: 'source-sans-pro', sans-serif;
@heading-font: @base-font;
@caption-font: @base-font;
@code-font: 'source-code-pro', monospace;
@alt-font: 'volkhov', serif;
@doc-font-size: 16;
@doc-line-height: 24;
// set-up the body font-size / line-height
body {
margin-top: 0px + @doc-line-height;
font-size: 0px + @doc-font-size;
}
// Colors
// --------------------------------------------------
@body-color : #ebebeb;
@text-color : #222;
@base-color : #343434;
@comp-color : spin(@base-color, 180);
@border-color : @base-color;
@white : #fff;
@black : #000;
@accent-color : @black;
@link-color : #222;