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