12 lines
No EOL
330 B
CSS
12 lines
No EOL
330 B
CSS
@import "tailwindcss";
|
|
|
|
|
|
/**
|
|
import inter font
|
|
*/
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
|
|
|
|
@theme {
|
|
--font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
} |