We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ec614 commit cdafb11Copy full SHA for cdafb11
src/app.rs
@@ -46,6 +46,7 @@ pub struct ParticleApp {
46
47
impl ParticleApp {
48
pub fn new(cc: &eframe::CreationContext<'_>) -> Self {
49
+ // TODO: see why on release mode the font is not loading properly on some texts
50
cc.egui_ctx.add_font(FontInsert::new(
51
"Ubuntu Light",
52
egui::FontData::from_static(include_bytes!("../assets/Ubuntu-Light.ttf")),
0 commit comments