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