1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 15:20:05 -04:00

Change default font to Ubuntu-Light

This commit is contained in:
Emil Ernerfeldt
2020-11-30 07:55:00 +01:00
parent 4ecb7d14ca
commit 428e2373e5
9 changed files with 100 additions and 3 deletions

View File

@@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* `SelectableLabel` (`ui.selectable_label` and `ui.selectable_value`): a text-button that can be selected
* Changed default font to [Ubuntu-Light](https://fonts.google.com/specimen/Ubuntu).
## 0.4.0 - 2020-11-28
### Added ⭐