Cachebust font to apply CORS.

Fixes #1406
Fixes #1409
This commit is contained in:
Remy Sharp 2014-04-15 11:57:04 +01:00
parent 20fe650be3
commit bf8354ee4e

View File

@ -1,20 +1,21 @@
@font-face {
/*@font-face {
font-family: 'MesloLGMDZ';
src: url('../font/meslolgm-dz-regular-webfont.eot');
src: url('../font/meslolgm-dz-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/meslolgm-dz-regular-webfont.woff') format('woff'),
url('../font/meslolgm-dz-regular-webfont.woff?#ff-fix') format('woff'),
url('../font/meslolgm-dz-regular-webfont.ttf') format('truetype'),
url('../font/meslolgm-dz-regular-webfont.svg#meslolgm-dz-regular') format('svg');
font-weight: normal;
font-style: normal;
}
*/
@font-face {
font-family: 'SourceCodeProRegular';
src: url('../font/SourceCodePro-Regular-webfont.eot');
src: url('../font/SourceCodePro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/SourceCodePro-Regular-webfont.woff') format('woff'),
url('../font/SourceCodePro-Regular-webfont.ttf') format('truetype'),
url('../font/SourceCodePro-Regular-webfont.woff?#cacheBust1') format('woff'),
url('../font/SourceCodePro-Regular-webfont.ttf?#cacheBust1') format('truetype'),
url('../font/SourceCodePro-Regular-webfont.svg#SourceCodeProRegular') format('svg');
font-weight: normal;
font-style: normal;