Shorter filename for icon font

This commit is contained in:
Djuri Baars 2024-03-17 18:44:36 +01:00
parent 0079b5e6a9
commit 9df3329847
3 changed files with 2 additions and 2 deletions

View file

@ -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;