fix font urls

This commit is contained in:
j 2021-10-26 22:42:09 +01:00
parent 4f2401921b
commit 79c4c4bb89

View file

@ -1,9 +1,9 @@
@font-face { @font-face {
font-family: 'icomoon'; font-family: 'icomoon';
src: 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/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-weight: normal;
font-style: normal; font-style: normal;
font-display: block; font-display: block;