Skip to content

Commit 8d082b3

Browse files
committed
fix: build error on jenkins due to @site import
1 parent ce75da3 commit 8d082b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/css/custom.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,35 @@
22
font-family: 'Inter';
33
font-style: normal;
44
font-weight: 300;
5-
src: url('@site/static/fonts/inter/Inter_18pt-Light.ttf') format('truetype');
5+
src: url('../../static/fonts/inter/Inter_18pt-Light.ttf') format('truetype');
66
}
77

88
@font-face {
99
font-family: 'Inter';
1010
font-style: normal;
1111
font-weight: 400;
12-
src: url('@site/static/fonts/inter/Inter_18pt-Regular.ttf') format('truetype');
12+
src: url('../../static/fonts/inter/Inter_18pt-Regular.ttf') format('truetype');
1313
}
1414

1515
@font-face {
1616
font-family: 'Inter';
1717
font-style: normal;
1818
font-weight: 500;
19-
src: url('@site/static/fonts/inter/Inter_18pt-Medium.ttf') format('truetype');
19+
src: url('../../static/fonts/inter/Inter_18pt-Medium.ttf') format('truetype');
2020
}
2121

2222
@font-face {
2323
font-family: 'Inter';
2424
font-style: normal;
2525
font-weight: 600;
26-
src: url('@site/static/fonts/inter/Inter_18pt-SemiBold.ttf') format('truetype');
26+
src: url('../../static/fonts/inter/Inter_18pt-SemiBold.ttf') format('truetype');
2727
}
2828

2929
@font-face {
3030
font-family: 'Inter';
3131
font-style: normal;
3232
font-weight: 700;
33-
src: url('@site/static/fonts/inter/Inter_18pt-Bold.ttf') format('truetype');
33+
src: url('../../static/fonts/inter/Inter_18pt-Bold.ttf') format('truetype');
3434
}
3535

3636
/* Custom Properties */

0 commit comments

Comments
 (0)