mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-21 17:47:10 +00:00
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:
parent
5a42e01f04
commit
daaaa9409f
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
@heading-font: @base-font;
|
@heading-font: @base-font;
|
||||||
@caption-font: @base-font;
|
@caption-font: @base-font;
|
||||||
@code-font: 'source-code-pro', monospace;
|
@code-font: 'source-code-pro', monospace;
|
||||||
@alt-font: 'volkorn', serif;
|
@alt-font: 'volkhov', serif;
|
||||||
|
|
||||||
@doc-font-size: 16;
|
@doc-font-size: 16;
|
||||||
@doc-line-height: 24;
|
@doc-line-height: 24;
|
||||||
|
@ -28,4 +28,4 @@ body {
|
||||||
@white : #fff;
|
@white : #fff;
|
||||||
@black : #000;
|
@black : #000;
|
||||||
@accent-color : @black;
|
@accent-color : @black;
|
||||||
@link-color : #222;
|
@link-color : #222;
|
||||||
|
|
Loading…
Reference in a new issue