Explorar el Código

Protocol agnostic url for google font

Robert Marshall hace 8 años
padre
commit
62119a1139
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      css/style.css
  2. 1 1
      less/style.less

+ 1 - 1
css/style.css

@@ -1,4 +1,4 @@
-@import url(http://fonts.googleapis.com/css?family=Roboto);
+@import url(//fonts.googleapis.com/css?family=Roboto);
 .ng-leave {
   opacity: 1;
 }

+ 1 - 1
less/style.less

@@ -2,7 +2,7 @@
 @import "animations.less";
 @import "contextMenu.less";
 
-@import url(http://fonts.googleapis.com/css?family=Roboto);
+@import url(//fonts.googleapis.com/css?family=Roboto);
 
 * {
     box-sizing: border-box;