Skip to content

Commit

Permalink
Refactor font styles to use "Coin Ding Dong" font in Button component
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjunQBTech committed Oct 17, 2024
1 parent d1e0edf commit 5eaf37e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

.button {
@apply float-left border-x-[10px] border-x-white hover:border-x-btnLight relative font-silkscreen transition-all ease-in;
@apply float-left border-x-[10px] border-x-white hover:border-x-btnLight relative font-coin transition-all ease-in;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
box-sizing:border-box;
Expand Down

0 comments on commit 5eaf37e

Please sign in to comment.