Skip to content

Instantly share code, notes, and snippets.

@depoulo
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save depoulo/28d2123c56e8dc2dca08 to your computer and use it in GitHub Desktop.
Save depoulo/28d2123c56e8dc2dca08 to your computer and use it in GitHub Desktop.
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