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:
commit
98e1a1d63f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue