Skip to content

System Font Stack #14

@rootEnginear

Description

@rootEnginear

Sans-serif

body {
  font-family: FONT_NAME, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

Monospace

code {
  font-family: FONT_NAME, ui-monospace, SFMono-Regular, Menlo, Monaco,
    Consolas, "Liberation Mono", "Courier New", monospace, "Segoe UI Emoji",
    "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji";
}

Serif

h1 {
  font-family: FONT_NAME, ui-serif, Georgia, Cambria, "Times New Roman", Times,
    "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji",
    sans-serif;
}

Tips

  • ชื่อฟอนต์ที่มีช่องว่าง ควรมี "..." เสมอ
  • เอาฟอนต์ไทยขึ้นก่อนฟอนต์ละติน แต่ถ้าเป็นโค้ด ให้เอาละตินขึ้นก่อนไทย (ฟอนต์ไทย 99.99% ไม่ใช่ Monospace เวลาหาตัวไทยไม่เจอจะได้ Fallback ไปหาตัวไทยที่ไม่ monospace)

Ref

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions