tailwind.css 599 B

123456789101112131415161718
  1. @tailwind base;
  2. @tailwind components;
  3. @tailwind utilities;
  4. @layer base {
  5. html {
  6. font-family: -apple-system, 'Arimo', ui-sans-serif, system-ui, 'Segoe UI', Roboto, Ubuntu,
  7. Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji',
  8. 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  9. }
  10. pre {
  11. font-family: -apple-system, 'Arimo', ui-sans-serif, system-ui, 'Segoe UI', Roboto, Ubuntu,
  12. Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji',
  13. 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  14. white-space: pre-wrap;
  15. }
  16. }