_fonts.scss 1007 B

1234567891011121314151617181920212223242526272829303132
  1. :root {
  2. --font-family-sans-serif: var(--grw-font-family-lato), -apple-system, blinkmacsystemfont, 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
  3. --font-family-serif: georgia, 'Times New Roman', times, serif;
  4. --font-family-monospace: Menlo, Consolas, DejaVu Sans Mono, var(--grw-font-family-source-han-code-jp-subset-main), var(--grw-font-family-source-han-code-jp-subset-jis2), monospace;
  5. }
  6. .material-symbols-outlined {
  7. display: inline-block;
  8. font-family: var(--grw-font-family-material-symbols-outlined);
  9. font-size: 1.5em; /* Preferred icon size */
  10. font-style: normal;
  11. font-weight: normal;
  12. line-height: 1;
  13. text-transform: none;
  14. letter-spacing: normal;
  15. word-wrap: normal;
  16. white-space: nowrap;
  17. vertical-align: bottom;
  18. direction: ltr;
  19. &.fill {
  20. font-variation-settings: 'FILL' 1;
  21. }
  22. }
  23. .growi-custom-icons {
  24. font-family: var(--grw-font-family-custom-icon);
  25. font-size: 0.8em;
  26. font-style: normal;
  27. -webkit-font-smoothing: auto;
  28. -moz-osx-font-smoothing: auto;
  29. }