HugoDzz's picture
feat: add smg build
0dd88bc
raw
history blame
No virus
253 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
@font-face {
font-family: "Hellovetica";
font-weight: 300;
src : local("Hellovetica"), url("/fonts/hellovetica.ttf");
font-display: swap;
}
}