File size: 623 Bytes
d77a9fd 6158ade 5508d5b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | @import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
/* This file is for your main application CSS */
@font-face {
font-family: "Poppins";
src: url("/fonts/poppins/Poppins-Regular.ttf");
font-weight: 400;
}
@font-face {
font-family: "Poppins";
src: url("/fonts/poppins/Poppins-Medium.ttf");
font-weight: 500;
}
@font-face {
font-family: "Poppins";
src: url("/fonts/poppins/Poppins-SemiBold.ttf");
font-weight: 600;
}
@font-face {
font-family: "Space Grotesk";
src: url("/fonts/space_grotesk/SpaceGrotesk-VariableFont_wght.ttf");
font-weight: 300 700;
}
|