Use default font in example
This commit is contained in:
parent
46715e6458
commit
20bced86ef
@ -361,9 +361,9 @@ fn setup(
|
||||
|
||||
// Controls Text
|
||||
let text_style = TextStyle {
|
||||
font: asset_server.load("fonts/FiraMono-Medium.ttf"),
|
||||
font_size: 18.0,
|
||||
color: Color::BLACK,
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
commands.spawn(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user