Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 76436cf

Browse files
Todd Anglintjvantoll
Todd Anglin
authored andcommitted
Added note about limited font support for font weight variants
1 parent b1d9179 commit 76436cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ui/styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ This list of properties can be set in CSS or through the style property of each
510510
| `font-family` | `fontFamily` | Sets the font family of the matched view. |
511511
| `font-size` | `fontSize` | Sets the font size of the matched view (only supports device-independent units). |
512512
| `font-style` | `fontStyle` | Sets the font style of the matched view. Possible values: `italic`, `normal`. |
513-
| `font-weight` | `fontWeight` | Sets the font weight of the matched view Possible values: `bold`, `normal` OR `100`,`200`,`300`,`400`,`500`,`600`,`700`,`800`,`900`, where `400` is `normal` and `700` is `bold` |
513+
| `font-weight` | `fontWeight` | Sets the font weight of the matched view Possible values: `bold`, `normal` OR `100`,`200`,`300`,`400`,`500`,`600`,`700`,`800`,`900`, where `400` is `normal` and `700` is `bold` (NOTE: Some fonts do not support all available variants) |
514514
| `text-align` | `textAlignment` | Sets text alignment in the matched view. Possible values: `left` , `center`, `right`. |
515515
| `text-decoration` | `textDecoration` | Sets the text formatting. Possible values: `none`, `line-through`, `underline`. |
516516
| `text-transform` | `textTransform` | Sets the text transform. Possible values: `none`, `capitalize`, `uppercase`, `lowercase`. |

0 commit comments

Comments
 (0)