feat: font updates

This commit is contained in:
Cory Dransfeldt 2024-03-17 15:15:44 -07:00
parent ba8116eb62
commit d597c124f7
No known key found for this signature in database
9 changed files with 23 additions and 8 deletions

View file

@ -0,0 +1,13 @@
@font-face {
font-family: Poppins;
src: url('/assets/fonts/Poppins-Bold.woff2') format("woff2");
font-weight: 700;
font-display: swap;
}
@font-face {
font-family: Poppins;
src: url('/assets/fonts/Poppins-Regular.woff2') format("woff2");
font-weight: 400;
font-display: swap;
}