From 1bc708f3c2d4f11a57f75fe780072ba97af9388e Mon Sep 17 00:00:00 2001 From: Thomas Darvik Date: Mon, 4 Jun 2018 13:45:54 +0200 Subject: [PATCH] Wrong path in generated LESS files The resulting path for font files will be `.../themes/themes/...` if the `@fontPath` is not defined this way. This goes for all the themes in `themes` if the `site.variables`'s `@fontPath` is pointing to the old path. This can be a fix for [issue 41](https://github.com/Semantic-Org/Semantic-UI-LESS/issues/41) --- themes/default/globals/site.variables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/globals/site.variables b/themes/default/globals/site.variables index d01854d..51e3487 100755 --- a/themes/default/globals/site.variables +++ b/themes/default/globals/site.variables @@ -380,7 +380,7 @@ /* For source only. Modified in gulp for dist */ @imagePath : '../../themes/default/assets/images'; -@fontPath : '../../themes/default/assets/fonts'; +@fontPath : '../../default/assets/fonts'; /*------------------- Em Sizes