0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Merge pull request #5083 from PaulAdamDavis/font-version

Add version to font-face src url
This commit is contained in:
Hannah Wolfe 2015-03-31 12:26:11 +02:00
commit 98e1a1d63f

View file

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