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