summaryrefslogtreecommitdiff
path: root/flatly
diff options
context:
space:
mode:
Diffstat (limited to 'flatly')
-rw-r--r--flatly/_bootswatch.scss5
1 files changed, 1 insertions, 4 deletions
diff --git a/flatly/_bootswatch.scss b/flatly/_bootswatch.scss
index 7e42b1d9..c5a63aed 100644
--- a/flatly/_bootswatch.scss
+++ b/flatly/_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 =====================================================================