From 7f68932d534246fe27293c911a8af370d2f0fd1e Mon Sep 17 00:00:00 2001 From: Justin Stockton Date: Mon, 13 Apr 2015 15:23:03 -0600 Subject: [PATCH] Attempt to fix the use of the Avenir fonts from fastfonts.net --- app/index.html | 1 + app/styles/hmda-pilot.less | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/app/index.html b/app/index.html index 90ca62e..c05f76c 100644 --- a/app/index.html +++ b/app/index.html @@ -6,6 +6,7 @@ + diff --git a/app/styles/hmda-pilot.less b/app/styles/hmda-pilot.less index 248f951..a6e2409 100644 --- a/app/styles/hmda-pilot.less +++ b/app/styles/hmda-pilot.less @@ -31,6 +31,11 @@ @import (less) "wizard.less"; @import (less) "progressBar.less"; +.webfont-demi { + .webfont-demi(); + font-family: "Avenir Next LT W01 Demi", Arial, sans-serif; +} + // Layouts .wrapper, .wrap { .grid_wrapper();