use @at-root for roboto font

This commit is contained in:
Adam Bradley
2015-12-05 14:47:01 -06:00
parent 8833f66b85
commit ba87b3af8e
3 changed files with 6 additions and 6 deletions

View File

@@ -11,6 +11,3 @@
body {
@include md-body();
}
// Roboto Font
@import "fonts/roboto";

View File

@@ -14,6 +14,3 @@
@import "components.md";
@include md-body();
}
// Roboto Font
@import "fonts/roboto";

View File

@@ -71,3 +71,9 @@ $item-md-padding-icon-bottom: 10px !default;
font-size: $font-size-md-base;
background-color: $background-md-color;
}
// Roboto Font
@at-root {
@import "fonts/roboto";
}