소스 검색

Protocol agnostic url for google font

Robert Marshall 8 년 전
부모
커밋
62119a1139
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;