From bf8354ee4e893cc52d125f1333f1d78f67c8a154 Mon Sep 17 00:00:00 2001 From: Remy Sharp Date: Tue, 15 Apr 2014 11:57:04 +0100 Subject: [PATCH] Cachebust font to apply CORS. Fixes #1406 Fixes #1409 --- public/css/font.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/css/font.css b/public/css/font.css index bf8e6919..4f6fab7d 100644 --- a/public/css/font.css +++ b/public/css/font.css @@ -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;