Skip to content

Commit

Permalink
Add example for FontFace implicit property syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethloeffler committed Sep 21, 2023
1 parent 1cf0ae3 commit 32911a9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,21 @@
```

* Added better support for `Font` properties ([#731])

`FontFace` properties may now be defined using implicit property syntax:
```json
"TextBox": {
"$className": "TextBox",
"$properties": {
"FontFace": {
"family": "rbxasset://fonts/families/RobotoMono.json",
"weight": "Thin",
"style": "Normal"
}
}
}
```

* Add Confirmation Behavior setting ([#774])
* Select Instances from diff tree view ([#709])
* Added sync reminder notification. ([#689])
Expand Down

0 comments on commit 32911a9

Please sign in to comment.