You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314 |
- /* resources/css/app.css */
- @import "../../node_modules/@fortawesome/fontawesome-free/css/all.min.css";
-
- /* Other CSS rules */
- @tailwind base;
- @tailwind components;
- @tailwind utilities;
-
- @font-face {
- font-family: 'Tan Pearl';
- src: url('tanPearl.woff2') format('woff2');
- font-weight: normal;
- font-style: normal;
- }
|