Explorar o código

updated fonts to use cdn

Casey DeLorme %!s(int64=10) %!d(string=hai) anos
pai
achega
825bc4e4d8
Modificáronse 1 ficheiros con 4 adicións e 12 borrados
  1. 4 12
      public/css/main.css

+ 4 - 12
public/css/main.css

@@ -51,23 +51,15 @@ table {
 /* fonts */
 @font-face {
     font-family: 'allerregular';
-    src: url('/cdn/fonts/aller_rg-webfont.eot');
-    src: url('/cdn/fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
-         url('/cdn/fonts/aller_rg-webfont.woff2') format('woff2'),
-         url('/cdn/fonts/aller_rg-webfont.woff') format('woff'),
-         url('/cdn/fonts/aller_rg-webfont.ttf') format('truetype'),
-         url('/cdn/fonts/aller_rg-webfont.svg#allerregular') format('svg');
+    src: url('https://d2xxklvztqk0jd.cloudfront.net/fonts/aller_rg-webfont.woff') format('woff');
+    src: url('https://d2xxklvztqk0jd.cloudfront.net/fonts/aller_rg-webfont.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
 }
 @font-face {
     font-family: 'droid_sansregular';
-    src: url('/cdn/fonts/droidsans-webfont.eot');
-    src: url('/cdn/fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
-         url('/cdn/fonts/droidsans-webfont.woff2') format('woff2'),
-         url('/cdn/fonts/droidsans-webfont.woff') format('woff'),
-         url('/cdn/fonts/droidsans-webfont.ttf') format('truetype'),
-         url('/cdn/fonts/droidsans-webfont.svg#allerregular') format('svg');
+    src: url('https://d2xxklvztqk0jd.cloudfront.net/fonts/droidsans-webfont.woff') format('woff');
+    src: url('https://d2xxklvztqk0jd.cloudfront.net/fonts/droidsans-webfont.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
 }