Merge pull request #28 from status-im/fix/ci-font-import

fix: absolute paths for fonts to fix jenkins build
This commit is contained in:
Nadeem Bhati 2025-02-20 15:14:00 +05:30 committed by GitHub
commit 8593a66224
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 */