From 8d0e7cb61524c574185d89fd2f1931a07672e79a Mon Sep 17 00:00:00 2001 From: Paul Adam Davis Date: Mon, 30 Mar 2015 13:45:25 +0100 Subject: [PATCH] Add version to font-face src url Closes #5034 - Added `?v=0.1' to the font file URL to force a refresh of any old files with the same name --- core/client/app/styles/modules/icons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/client/app/styles/modules/icons.scss b/core/client/app/styles/modules/icons.scss index 96f47767ea..70e283e295 100755 --- a/core/client/app/styles/modules/icons.scss +++ b/core/client/app/styles/modules/icons.scss @@ -26,7 +26,7 @@ @font-face { font-family: 'GhostIcons'; - src:url('fonts/icons.woff') format('woff'); + src:url('fonts/icons.woff?v=0.1') format('woff'); // Increment the ?v number every time the font files are regenerated font-weight: normal; font-style: normal; }