feat(F-078): completed feature
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
/* ── Almagro font ── */
|
||||
@font-face {
|
||||
font-family: 'Almagro';
|
||||
src: url('/fonts/Almagro.woff2') format('woff2'),
|
||||
url('/fonts/Almagro.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@theme {
|
||||
--color-primary: #70ad47;
|
||||
--color-primary-dark: #5a9040;
|
||||
|
||||
Reference in New Issue
Block a user