blazium-engine / blazium

Blazium Engine – Multi-platform 2D and 3D game engine
https://blazium.app/
MIT License
230 stars 21 forks source link

Replace default editor font with Inter and decrease default size to 13 #102

Closed DeeJayLSP closed 3 weeks ago

DeeJayLSP commented 3 weeks ago

Inter is a slightly more pleasant font to read than Noto Sans, and has been adopted by many open-source projects like GNOME and Blender.

This only replaces the Latin/Greek/Cyrillic variant, which has the same characters, and should not interfere with other writing systems.

A font size of 13 is usually considered big enough for reading.

Comparison below:

Project Manager

Before: image After: image

Editor

Before: image

After: image

DeeJayLSP commented 3 weeks ago

Should have mentioned, but this is an actual proposal discussion in Godot: https://github.com/godotengine/godot-proposals/discussions/9012

The difference is that I didn't enable any opentype feature.

Bioblaze commented 3 weeks ago

Where is the repo you got the font from?

DeeJayLSP commented 3 weeks ago

Where is the repo you got the font from?

It was downloaded from the official site: https://rsms.me/inter/

It links to the release download in the repo (https://github.com/rsms/inter/), which is credited in both COPYRIGHT.txt and thirdparty/README.md in the same way it would be in Godot if it was implemented there:

image