Merge pull request #2098 from Matt-Yorkley/uk/font-caching

Fix browser caching of updated icon font
This commit is contained in:
Pau Pérez Fabregat
2018-03-17 11:10:04 +01:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
@font-face {
font-family: 'OFN';
src:url('/OFN.eot?eslsji');
src:url('/OFN.eot?#iefixeslsji') format('embedded-opentype'),
url('/OFN.woff?eslsji') format('woff'),
url('/OFN.ttf?eslsji') format('truetype'),
url('/OFN.svg?eslsji#OFN') format('svg');
src:url('/OFN-v2.eot?eslsji');
src:url('/OFN-v2.eot?#iefixeslsji') format('embedded-opentype'),
url('/OFN-v2.woff?eslsji') format('woff'),
url('/OFN-v2.ttf?eslsji') format('truetype'),
url('/OFN-v2.svg?eslsji#OFN') format('svg');
font-weight: normal;
font-style: normal;
}

View File

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB