Fix browser caching of updated icon font

This commit is contained in:
Matt-Yorkley
2018-02-23 20:49:42 +00:00
parent 1ac9417a20
commit 86a500bcdf
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