1 unstable release
| 0.1.0 | Oct 21, 2023 |
|---|
#50 in #egui-ui
Used in hlbc-gui
680KB
77 lines
egui_ui_refresh
Changes the default egui fonts, provides new text primitives and tweaks the general style.
New fonts :
- Inter
- Jetbrains Mono
[!IMPORTANT] Using
egui_ui_refreshwill remove all icons. Use something likeegui_phosphorto add icons back.
This project is very much in development. Not much has changed from the base style.
Usage
egui_ctx.set_fonts(egui_ui_refresh::fonts());
egui_ctx.set_style(egui_ui_refresh::style());
Dependencies
~4.5MB
~89K SLoC