Skip to content

Commit

Permalink
Add version to font-face src url
Browse files Browse the repository at this point in the history
Closes #5034

- Added `?v=0.1' to the font file URL to force a refresh of any old files with the same name
  • Loading branch information
PaulAdamDavis committed Mar 31, 2015
1 parent c89781b commit 8d0e7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client/app/styles/modules/icons.scss
Expand Up @@ -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;
}
Expand Down

0 comments on commit 8d0e7cb

Please sign in to comment.