|
@@ -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;
|
|
|
}
|