mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
use @at-root for roboto font
This commit is contained in:
@@ -11,6 +11,3 @@
|
||||
body {
|
||||
@include md-body();
|
||||
}
|
||||
|
||||
// Roboto Font
|
||||
@import "fonts/roboto";
|
||||
|
||||
@@ -14,6 +14,3 @@
|
||||
@import "components.md";
|
||||
@include md-body();
|
||||
}
|
||||
|
||||
// Roboto Font
|
||||
@import "fonts/roboto";
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user