4fe36b9799
Previous fix was somewhat duct taped; following up to prevent console errors. Added Depends-On to test fix to devstack while we're at it. Change-Id: Ie6c729edc20c9d6d03a0b6567fc5ce29cdc09415 Depends-On: I8c853c35c5b0b61925c27b461ad625266381f73b
12 lines
402 B
SCSS
12 lines
402 B
SCSS
// Override the web font path ... we want to set this ourselves
|
|
$web-font-path: $static_url + "horizon/lib/roboto_fontface/css/roboto/roboto-fontface.css";
|
|
$roboto-font-path: $static_url + "horizon/lib/roboto_fontface/fonts";
|
|
|
|
@import "variable_customizations";
|
|
|
|
// Bootswatch Paper
|
|
// Variables
|
|
// --------------------------------------------------
|
|
@import "/horizon/lib/bootswatch/paper/variables";
|
|
|