Skip to content

Commit

Permalink
I forgot some fonts.
Browse files Browse the repository at this point in the history
  • Loading branch information
BluSpring committed Sep 17, 2024
1 parent 0aeeac3 commit a2af727
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@
font-family: 'Rajdhani';
}

@font-face {
src: url(/assets/fonts/Rajdhani-Medium.ttf);
font-family: 'Rajdhani Medium';
}

@font-face {
src: url(/assets/fonts/Rajdhani-SemiBold.ttf);
font-family: 'Rajdhani Semibold';
}

body {
-webkit-user-select: none;
-webkit-user-drag: none;
Expand Down

0 comments on commit a2af727

Please sign in to comment.