Shorter filename for icon font
This commit is contained in:
parent
0079b5e6a9
commit
9df3329847
3 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
@font-face {
|
||||
font-family: 'orangeclock-icons';
|
||||
src:
|
||||
url('/subset-orangeclock-icons.woff2') format('woff2'),
|
||||
url('/subset-orangeclock-icons.woff') format('woff');
|
||||
url('/oc-icons.woff2') format('woff2'),
|
||||
url('/oc-icons.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
|
|
Loading…
Reference in a new issue