🍋
Menu
Design

Font Weight

The thickness of a typeface's strokes, expressed numerically (100-900) or by name (light, regular, bold).

รายละเอียดทางเทคนิค

Font Weight is a foundational concept in visual design theory. It influences how users perceive and interact with interfaces, affecting readability, hierarchy, and aesthetic appeal. The design principles behind font weight are codified in systems like Material Design 3, Apple's Human Interface Guidelines, and the W3C's Web Content Accessibility Guidelines. Implementing font weight correctly requires balancing aesthetic intent with accessibility requirements and cross-platform consistency.

ตัวอย่าง

```css
/* Font Weight: design specification example */
.component {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #1a1a1a;
  padding: 1rem 1.5rem;
}
```

เครื่องมือที่เกี่ยวข้อง

คำศัพท์ที่เกี่ยวข้อง