-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
24 lines (21 loc) · 709 Bytes
/
main.css
File metadata and controls
24 lines (21 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* @import '~@fortawesome/fontawesome-free/scss/fontawesome'; */
/* @import '~@fortawesome/fontawesome-free/scss/regular'; */
/* @import '~@fortawesome/fontawesome-free/scss/solid'; */
/* @import '~@fortawesome/fontawesome-free/scss/brands'; */
@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: 'Signika Negative';
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url('/SignikaNegative-VariableFont_wght.ttf') format('truetype-variations');
}
@font-face {
font-family: 'Sansita Swashed';
font-style: normal;
font-weight: 300 900;
font-display: swap;
src: url('/SansitaSwashed-VariableFont_wght.ttf') format('truetype-variations');
}