From cac2895612ccb8adbf746534c2448e0592f77363 Mon Sep 17 00:00:00 2001 From: James Johnston Date: Tue, 20 Dec 2016 22:59:54 -0800 Subject: Allow custom naming of font family This allows multiple variations/versions of Font Awesome to be used, similar to the namespacing currently allowed by the $fa-css-prefix variable. (And also allows us to more easily use a third-party library that makes hard-coded non-default assumptions about the font face name.) --- _config.yml | 1 + 1 file changed, 1 insertion(+) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 18129a1fc..47358d80d 100644 --- a/_config.yml +++ b/_config.yml @@ -29,6 +29,7 @@ fontawesome: twitter: fontawesome tagline: The iconic font and CSS toolkit css_prefix: fa + font_family: FontAwesome author: name: Dave Gandy email: dave@fontawesome.io -- cgit v1.2.3