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