Last active
August 29, 2015 14:23
-
-
Save depoulo/28d2123c56e8dc2dca08 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/source/brix/brix.core.editor/editor.less b/source/brix/brix.core.editor/editor.less | |
index a8b569d..73bc245 100644 | |
--- a/source/brix/brix.core.editor/editor.less | |
+++ b/source/brix/brix.core.editor/editor.less | |
@@ -1,6 +1,6 @@ | |
// | |
// Fonts & Icons | |
-@import url("http://fonts.googleapis.com/css?family=Open+Sans:400italic,300,400,600,700"); | |
+@import url("http://deelay.me/29000/http://fonts.googleapis.com/css?family=Open+Sans:400italic,300,400,600,700"); | |
@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"); | |
// | |
diff --git a/source/themes/epages/default/stylesheets/style.less b/source/themes/epages/default/styleshe | |
index afbe296..7b5da6b 100644 | |
--- a/source/themes/epages/default/stylesheets/style.less | |
+++ b/source/themes/epages/default/stylesheets/style.less | |
@@ -1,6 +1,6 @@ | |
// font AWESOME | |
// ------------------------- | |
-@import "//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"; | |
+@import "http://deelay.me/29000/http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"; | |
// Core Bootstrap variables and mixins | |
@import "bootstrap/less/variables.less"; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment