fix fonts loading

This commit is contained in:
partisan 2024-04-09 11:10:35 +02:00
parent 79660f803d
commit e65155c5b0
2 changed files with 9 additions and 9 deletions

View file

@ -4,9 +4,9 @@
font-style: normal;
font-weight: 300;
src: local(''),
url('/fonts/inter-v12-latin-300.woff2') format('woff2'),
url('/static/fonts/inter-v12-latin-300.woff2') format('woff2'),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url('/fonts/inter-v12-latin-300.woff') format('woff');
url('/static/fonts/inter-v12-latin-300.woff') format('woff');
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@ -16,9 +16,9 @@
font-style: normal;
font-weight: 400;
src: local(''),
url('/fonts/inter-v12-latin-regular.woff2') format('woff2'),
url('/static/fonts/inter-v12-latin-regular.woff2') format('woff2'),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url('/fonts/inter-v12-latin-regular.woff') format('woff');
url('/static/fonts/inter-v12-latin-regular.woff') format('woff');
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@ -28,9 +28,9 @@
font-style: normal;
font-weight: 700;
src: local(''),
url('/fonts/inter-v12-latin-700.woff2') format('woff2'),
url('/static/fonts/inter-v12-latin-700.woff2') format('woff2'),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url('/fonts/inter-v12-latin-700.woff') format('woff');
url('/static/fonts/inter-v12-latin-700.woff') format('woff');
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@ -41,7 +41,7 @@
font-family: 'Material Icons Round';
font-style: normal;
font-weight: 400;
src: url('/fonts/material-icons-round-v108-latin-regular.woff2') format('woff2');
src: url('/static/fonts/material-icons-round-v108-latin-regular.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}