Skip to content

Commit

Permalink
Merge pull request #11 from Ancientkingg/dev
Browse files Browse the repository at this point in the history
Add Fira Code font to static assets 🔤
  • Loading branch information
Ancientkingg authored Jul 11, 2024
2 parents 84049b1 + c4926e3 commit 3efddc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
@tailwind components;
@tailwind utilities;

@import url('https://fonts.googleapis.com/css2?family=Fira+Code:[email protected]&display=swap');

:root {
--input-background-color: #1a2028;
--input-foreground-color: #f7f7f7;
Expand Down

0 comments on commit 3efddc2

Please sign in to comment.