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