Spaces:
Running
Running
File size: 387 Bytes
70bde97 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html,
pre {
font-family: -apple-system, BlinkMacSystemFont, 'Inter', ui-sans-serif, system-ui, 'Segoe UI',
Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial,
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
pre {
white-space: pre-wrap;
}
}
|