fix font urls
This commit is contained in:
parent
4f2401921b
commit
79c4c4bb89
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src:
|
||||
url('/static/fonts/icomoon/icomoon.ttf') format('truetype'),
|
||||
url('/static/fonts/icomoon/fonts/icomoon.ttf') format('truetype'),
|
||||
url('/static/fonts/icomoon/fonts/icomoon.woff') format('woff'),
|
||||
url('/static/fonts/icomoon/icomoon.svg#icomoon') format('svg');
|
||||
url('/static/fonts/icomoon/fonts/icomoon.svg#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
|
|
Loading…
Reference in a new issue