index.scss 736 B

12345678910111213141516171819202122232425
  1. body {
  2. margin: 0;
  3. font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
  4. 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
  5. 'Helvetica Neue', sans-serif;
  6. -webkit-font-smoothing: antialiased;
  7. -moz-osx-font-smoothing: grayscale;
  8. }
  9. code {
  10. font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
  11. monospace;
  12. }
  13. pre {
  14. margin: 0;
  15. font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
  16. 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
  17. 'Helvetica Neue', sans-serif;
  18. word-wrap: break-word;
  19. white-space: pre-wrap;
  20. white-space: -moz-pre-wrap;
  21. white-space: -pre-wrap;
  22. white-space: -o-pre-wrap;
  23. }