mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Fix browser caching of updated icon font
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
Reference in New Issue
Block a user