2015-09-03 17:22:32 -07:00
|
|
|
// Override the web font path ... we want to set this ourselves
|
2016-11-21 14:12:33 +00:00
|
|
|
$web-font-path: $static_url + "horizon/lib/roboto_fontface/css/roboto/roboto-fontface.css";
|
|
|
|
$roboto-font-path: $static_url + "horizon/lib/roboto_fontface/fonts";
|
2015-09-03 17:22:32 -07:00
|
|
|
|
2015-12-22 10:41:43 -07:00
|
|
|
@import "variable_customizations";
|
2015-07-01 19:30:56 -07:00
|
|
|
|
|
|
|
// Bootswatch Paper
|
|
|
|
// Variables
|
|
|
|
// --------------------------------------------------
|
2015-12-22 10:41:43 -07:00
|
|
|
@import "/horizon/lib/bootswatch/paper/variables";
|
2015-07-01 19:30:56 -07:00
|
|
|
|