Skip to content

Using Inter font

Lukas Orsvärn requested to merge lukors/vismut:font into main

For both egui and bevy.

It seems like egui includes the font inside the code, and bevy does not. This leads to the font being included twice: Once as a separate font, and once as a byte array inside the .exe.

This is not optimal, but not a huge deal either, so will look at that later.

Merge request reports