Skip to content

Commit

Permalink
Update global.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Massvdev authored Feb 27, 2024
1 parent f720b2e commit f0bb81f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@
src: url("/fonts/sanchez.ttf") format("truetype");
}

@font-face {
font-family: "Ancient";
font-style: normal;
font-display: swap;
src: url("/fonts/Ancient.ttf") format("truetype");
}

@font-face {
font-family: "Oldstyle";
font-style: normal;
font-display: swap;
src: url("/fonts/OldStyle.ttf") format("truetype");
}

.outfit {
font-family: 'Outfit', sans-serif;
}
Expand Down

0 comments on commit f0bb81f

Please sign in to comment.