From daaaa9409fdc5fe7f2fd3a4bd70b9cf5cbed1d73 Mon Sep 17 00:00:00 2001 From: Jeremy Baker Date: Mon, 29 Jul 2013 00:05:39 -0700 Subject: [PATCH] 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. --- assets/less/variables.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/less/variables.less b/assets/less/variables.less index 1db9f22..57d33bb 100644 --- a/assets/less/variables.less +++ b/assets/less/variables.less @@ -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; \ No newline at end of file +@link-color : #222;