Change default font and reduce size

Changes default font from Cousine -> Hack which is the font used in
Godot's script editor and output terminal.

Also reduced the size from 16 -> 14.
This commit is contained in:
Leroy Hopson 2021-06-22 21:02:08 +07:00
parent 4b73c958c0
commit a5776989b4
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
29 changed files with 164 additions and 415 deletions

View file

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Supported Godot version -> 3.3.2.
- Set a default theme if no theme property has been set.
- Changed default font from Cousine to Hack, which is the same as Godot's script editor, and reduced size from 16 to 14.
### Fixed
- Don't swap red and blue channels of theme colors.