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.
contact-form/styles.css

18 lines
350 B
CSS
Raw Normal View History

2024-06-05 02:26:49 +00:00
@font-face {
font-family: "Karla";
src: url("assets/fonts/Karla-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Karla";
src: url("assets/fonts/Karla-Bold.ttf") format("truetype");
font-weight: 700;
font-style: normal;
}
@tailwind base;
@tailwind components;
@tailwind utilities;