summaryrefslogtreecommitdiff
path: root/cyborg/_bootswatch.scss
diff options
context:
space:
mode:
Diffstat (limited to 'cyborg/_bootswatch.scss')
-rw-r--r--cyborg/_bootswatch.scss5
1 files changed, 1 insertions, 4 deletions
diff --git a/cyborg/_bootswatch.scss b/cyborg/_bootswatch.scss
index 9147ae20..3b696a08 100644
--- a/cyborg/_bootswatch.scss
+++ b/cyborg/_bootswatch.scss
@@ -4,10 +4,7 @@
$web-font-path: "https://fonts.googleapis.com/css?family=Roboto:400,700" !default;
-@mixin web-font($path){
- @import url("#{$path}");
-}
-@include web-font($web-font-path);
+@import url($web-font-path);
// Navbar =====================================================================