Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
jxlee007 committed Jan 30, 2024
1 parent 4a3cb94 commit b480ac7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
*/

@font-face {
font-family: "kajiro", "gilroy";
src: url(kajiro-bold-webfont.woff);
src: url(Gilroy-ExtraBold.otf)
font-family: "kajiro";
src: url(./Kajiro-Bold.ttf);
}
@font-face {
font-family: "gilroy";
src: url(./Gilroy-ExtraBold.ttf)
}


* {
margin: 0;
Expand Down

0 comments on commit b480ac7

Please sign in to comment.