Skip to content

Commit a2af727

Browse files
committed
I forgot some fonts.
1 parent 0aeeac3 commit a2af727

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

assets/css/index.css

+10
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@
1717
font-family: 'Rajdhani';
1818
}
1919

20+
@font-face {
21+
src: url(/assets/fonts/Rajdhani-Medium.ttf);
22+
font-family: 'Rajdhani Medium';
23+
}
24+
25+
@font-face {
26+
src: url(/assets/fonts/Rajdhani-SemiBold.ttf);
27+
font-family: 'Rajdhani Semibold';
28+
}
29+
2030
body {
2131
-webkit-user-select: none;
2232
-webkit-user-drag: none;

0 commit comments

Comments
 (0)