Skip to content

Commit

Permalink
Update fonts.css
Browse files Browse the repository at this point in the history
  • Loading branch information
chronictanvi committed Jul 27, 2024
1 parent 06519b6 commit 572562e
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions styles/fonts.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
@import url("https://use.typekit.net/lnq8wua.css");
@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
font-family: "Maranallo";
src: url("/fonts/Maranallo/Maranallo.ttf") format("truetype");
}

@font-face {
font-family: "Chancery Cursive";
src: url("/fonts/Chancery/Chancery_Cursive_Italic.ttf") format("truetype");
}
@layer base {

@font-face {
font-family: "DxD Icons";
Expand Down Expand Up @@ -310,5 +305,5 @@
font-weight: 400;
font-style: normal;
}

}
/* ------ end ------ */

0 comments on commit 572562e

Please sign in to comment.