Forráskód Böngészése

updated fonts to use cdn

Casey DeLorme 10 éve
szülő
commit
825bc4e4d8
1 módosított fájl, 4 hozzáadás és 12 törlés
  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;
 }