1
Fork 0
This repository has been archived on 2024-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
product-preview-card/styles.css

18 lines
341 B
CSS
Raw Normal View History

2024-07-04 17:06:57 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
@font-face {
font-weight: 100 900;
src: url("/fonts/Montserrat.ttf") format("truetype");
font-family: "Montserrat";
}
@font-face {
font-weight: 100 900;
src: url("/fonts/Fraunces.ttf") format("truetype");
font-family: "Fraunces";
}
}