FontConfig.system constructor

const FontConfig.system()

System fonts only (no external fonts needed).

Implementation

const FontConfig.system()
  : sans =
        "ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
    heading = null,
    mono = "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace";