Skip to content

Commit

Permalink
ft: Fix Add Font (#43)
Browse files Browse the repository at this point in the history
* set Up redux

add some changes

* Configure Redux

added Font

set Up redux

add some changes

Configure Redux

added Font

 global fonts

fix bug
  • Loading branch information
13XAVI authored Jun 21, 2024
1 parent 9339be3 commit 84ed4a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
@import url('https://fonts.googleapis.com/css2?family=Lexend:[email protected]&display=swap');

@tailwind base;
@tailwind components;
@tailwind utilities;

* {
font-family: 'Lexend', sans-serif;
}

0 comments on commit 84ed4a5

Please sign in to comment.