Use default font in example

This commit is contained in:
Marco Buono 2023-09-24 16:45:21 -03:00
parent 46715e6458
commit 20bced86ef

View file

@ -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(