github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/webapp/sass/sanitize.css/typography.css (about)

     1  /**
     2   * Use the default user interface font in all browsers (opinionated).
     3   */
     4  
     5  html {
     6    font-family: system-ui, /* macOS 10.11-10.12 */ -apple-system,
     7      /* Windows 6+ */ 'Segoe UI', /* Android 4+ */ 'Roboto',
     8      /* Ubuntu 10.10+ */ 'Ubuntu', /* Gnome 3+ */ 'Cantarell',
     9      /* KDE Plasma 5+ */ 'Noto Sans', /* fallback */ sans-serif,
    10      /* macOS emoji */ 'Apple Color Emoji', /* Windows emoji */ 'Segoe UI Emoji',
    11      /* Windows emoji */ 'Segoe UI Symbol', /* Linux emoji */ 'Noto Color Emoji';
    12  }
    13  
    14  /**
    15   * Use the default monospace user interface font in all browsers (opinionated).
    16   */
    17  
    18  code,
    19  kbd,
    20  samp,
    21  pre {
    22    font-family:
    23      /* macOS 10.10+ */ 'Menlo', /* Windows 6+ */ 'Consolas',
    24      /* Android 4+ */ 'Roboto Mono', /* Ubuntu 10.10+ */ 'Ubuntu Monospace',
    25      /* KDE Plasma 5+ */ 'Noto Mono', /* KDE Plasma 4+ */ 'Oxygen Mono',
    26      /* Linux/OpenOffice fallback */ 'Liberation Mono', /* fallback */ monospace,
    27      /* macOS emoji */ 'Apple Color Emoji', /* Windows emoji */ 'Segoe UI Emoji',
    28      /* Windows emoji */ 'Segoe UI Symbol', /* Linux emoji */ 'Noto Color Emoji';
    29  }