mirror of
https://github.com/status-im/docs.status.network.git
synced 2025-03-03 10:30:42 +00:00
fix: absolute paths
This commit is contained in:
parent
8d082b3b35
commit
3ad562166d
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user