feat(theme)!: replace hack with jetbrains mono

Replaces the Hack font with JetBrains Mono which is the new default code
editor font in Godot 4.
This commit is contained in:
Leroy Hopson 2024-04-01 18:27:24 +13:00 committed by Leroy Hopson
parent 6384f41837
commit e732712b55
27 changed files with 265 additions and 132 deletions

View file

@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Custom export templates are no longer required when exporting to HTML5 from Godot v3.5.x.
- The default bundled monospace font is now [JetBrains Mono](https://www.jetbrains.com/lp/mono/) rather than [Hack](https://sourcefoundry.org/hack/).
This reflects the change to the editor's default monospace font that was made in Godot 4.
### Removed