Skip to content

Commit

Permalink
Update fontWeight to be number (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
origami-z authored Jul 24, 2023
1 parent 321f925 commit e5220d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion technical-reports/format/composite-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ Represents a typographic style. The `$type` property MUST be set to the string `
"$value": {
"fontFamily": "Roboto",
"fontSize": "42px",
"fontWeight": "700",
"fontWeight": 700,
"letterSpacing": "0.1px",
"lineHeight": 1.2
}
Expand Down

0 comments on commit e5220d5

Please sign in to comment.