fix: absolute paths

This commit is contained in:
nadeemb53 2025-02-20 15:11:31 +05:30
parent 8d082b3b35
commit 3ad562166d
No known key found for this signature in database
GPG Key ID: 92A926811E383A76

View File

@ -2,35 +2,35 @@
font-family: 'Inter';
font-style: normal;
font-weight: 300;
src: url('../../static/fonts/inter/Inter_18pt-Light.ttf') format('truetype');
src: url('/fonts/Inter/Inter_18pt-Light.ttf') format('truetype');
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
src: url('../../static/fonts/inter/Inter_18pt-Regular.ttf') format('truetype');
src: url('/fonts/Inter/Inter_18pt-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
src: url('../../static/fonts/inter/Inter_18pt-Medium.ttf') format('truetype');
src: url('/fonts/Inter/Inter_18pt-Medium.ttf') format('truetype');
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 600;
src: url('../../static/fonts/inter/Inter_18pt-SemiBold.ttf') format('truetype');
src: url('/fonts/Inter/Inter_18pt-SemiBold.ttf') format('truetype');
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
src: url('../../static/fonts/inter/Inter_18pt-Bold.ttf') format('truetype');
src: url('/fonts/Inter/Inter_18pt-Bold.ttf') format('truetype');
}
/* Custom Properties */