mhunt_account_dash/styles/globals.css
2024-07-29 13:17:10 +05:30

24 lines
482 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
/* normal */
@font-face {
font-family: "Adelle Sans";
src: url("/fonts/AdelleSans-Regular.woff2") format("woff2");
font-style: normal;
font-display: swap;
font-weight: 300;
}
/* semibold */
@font-face {
font-family: "Adelle Sans";
src: url("/fonts/AdelleSans-Semibold.woff2") format("woff2");
font-style: normal;
font-display: swap;
font-weight: 600;
}
}