Skip to content

Commit 0d7ba01

Browse files
thierrycmathieudutour
authored andcommitted
Doc: fontWeight can be a number (#258)
1 parent 673f65a commit 0d7ba01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Components use CSS styles + flexbox layout.
7777
| `fontFamily` | `string` ||
7878
| `fontSize` | `number` ||
7979
| `fontStyle` | `normal` | `italic` ||
80-
| `fontWeight` | `string` ||
80+
| `fontWeight` | `string` | `number` ||
8181
| `textDecorationLine` | `none` | `underline` | `double` | `line-through` ||
8282
| `textShadowOffset` | `{ width: number, height: number }` | ⛔️ |
8383
| `textShadowRadius` | `number` | ⛔️ |

0 commit comments

Comments
 (0)