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.
This commit is contained in:
Jeremy Baker 2013-07-29 00:05:39 -07:00
parent 5a42e01f04
commit daaaa9409f

View file

@ -5,7 +5,7 @@
@heading-font: @base-font;
@caption-font: @base-font;
@code-font: 'source-code-pro', monospace;
@alt-font: 'volkorn', serif;
@alt-font: 'volkhov', serif;
@doc-font-size: 16;
@doc-line-height: 24;
@ -28,4 +28,4 @@ body {
@white : #fff;
@black : #000;
@accent-color : @black;
@link-color : #222;
@link-color : #222;