summaryrefslogtreecommitdiff
path: root/simplex/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'simplex/bootswatch.less')
-rw-r--r--simplex/bootswatch.less7
1 files changed, 6 insertions, 1 deletions
diff --git a/simplex/bootswatch.less b/simplex/bootswatch.less
index 92114915..38dab1ba 100644
--- a/simplex/bootswatch.less
+++ b/simplex/bootswatch.less
@@ -2,7 +2,12 @@
// Bootswatch
// -----------------------------------------------------
-@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
+@web-font-path: "https://fonts.googleapis.com/css?family=Open+Sans:400,700";
+
+.web-font(@path) {
+ @import url("@{path}");
+}
+.web-font(@web-font-path);
.btn-shadow(@color) {
#gradient > .vertical-three-colors(lighten(@color, 3%), @color, 6%, darken(@color, 3%));