Fix issues with new roboto-font path changes

Change-Id: I84dc96847adb73280b3c87e57818d0facabd6038
This commit is contained in:
eric 2016-11-17 10:41:27 -07:00 committed by Rob Cresswell
parent d677401028
commit 44132fa19e
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
// -----------------------------------------------------
@import "/horizon/lib/bootstrap_scss/scss/bootstrap/mixins/vendor-prefixes";
@import "/horizon/lib/bootswatch/paper/bootswatch";
@import "/horizon/lib/roboto_fontface/css/roboto-fontface.scss";
@import "/horizon/lib/roboto_fontface/css/roboto/sass/roboto-fontface.scss";

View File

@ -1,6 +1,6 @@
// Override the web font path ... we want to set this ourselves
$web-font-path: $static_url + "/horizon/lib/roboto_fontface/css/roboto-fontface.css";
$roboto-font-path: $static_url + "/horizon/lib/roboto_fontface/fonts";
$web-font-path: $static_url + "/horizon/lib/roboto_fontface/css/roboto/roboto-fontface.css";
$roboto-font-path: $static_url + "/horizon/lib/roboto_fontface/fonts/roboto";
@import "variable_customizations";