You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/design/signature-experiences/typography.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,12 +108,16 @@ Windows 11 uses the following values for various types of text in the UI.
108
108
|| Text | 14/20 epx |
109
109
|| Text semibold | 14/20 epx |
110
110
|| Text | 18/24 epx |
111
+
|| Text semibold | 18/24 epx |
111
112
|| Display semibold | 20/28 epx |
112
113
|| Display semibold | 28/36 epx |
113
114
|| Display semibold | 40/52 epx |
114
115
|| Display semibold | 68/92 epx |
115
116
116
-
Check out the guidance on using the [XAML type ramp](../../develop/platform/xaml/xaml-theme-resources.md#the-xaml-type-ramp) for more details.
117
+
These type styles are available as XAML static resources that follow the [XAML type ramp](../../develop/platform/xaml/xaml-theme-resources.md#the-xaml-type-ramp) conventions, so you can use them directly in your app.
118
+
119
+
> [!NOTE]
120
+
> Bold and Italic styles are not part of the Windows type ramp. Use Semibold instead of Bold for emphasis. Italic is excluded because it can reduce readability and legibility, particularly for people with dyslexia.
117
121
118
122
### Alignment
119
123
@@ -224,7 +228,7 @@ Variable fonts are good for precisely controlling the appearance of text.
224
228
225
229
| Font-family | Styles | Notes |
226
230
|---------|---------|---------|
227
-
| Segoe MDL2 Assets| Regular | User-interface font for app icons. For more info, see the [Segoe Fluent Icons font](../style/segoe-fluent-icons-font.md) article. |
231
+
| Segoe Fluent Icons| Regular | User-interface font for app icons. For more info, see the [Segoe Fluent Icons font](../style/segoe-fluent-icons-font.md) article. |
228
232
| Segoe UI Emoji | Regular | User-interface font for Emoji. |
229
233
| Segoe UI Symbol | Regular | Fallback font for symbols. |
0 commit comments