diff options
Diffstat (limited to 'sandstone/_bootswatch.scss')
-rw-r--r-- | sandstone/_bootswatch.scss | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sandstone/_bootswatch.scss b/sandstone/_bootswatch.scss index b98b3f1b..ec0183d0 100644 --- a/sandstone/_bootswatch.scss +++ b/sandstone/_bootswatch.scss @@ -4,10 +4,7 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Roboto:400,500" !default; -@mixin web-font($path){ - @import url("#{$path}"); -} -@include web-font($web-font-path); +@import url($web-font-path); // Navbar ===================================================================== |