horizon/openstack_dashboard/themes/material/static/bootstrap/_variables.scss
Rob Cresswell 4fe36b9799 Amend Roboto font paths
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
2016-11-22 00:04:22 +00:00

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";