Skip to content
Snippets Groups Projects
Commit b61b63e2 authored by sam edelsten's avatar sam edelsten
Browse files

use fira mono subset

had to create a new subset in fontforge, bevy's included font wouldn't load for whatever reason.
parent 12b9518b
No related branches found
No related tags found
No related merge requests found
File added
File deleted
...@@ -416,9 +416,9 @@ pub struct CosmicFontConfig { ...@@ -416,9 +416,9 @@ pub struct CosmicFontConfig {
impl Default for CosmicFontConfig { impl Default for CosmicFontConfig {
fn default() -> Self { fn default() -> Self {
let fallback_font = include_bytes!("./font/VictorMono-Regular.ttf"); let fallback_font = include_bytes!("./font/FiraMono-Regular-subset.ttf");
Self { Self {
load_system_fonts: true, load_system_fonts: false,
font_bytes: Some(vec![fallback_font]), font_bytes: Some(vec![fallback_font]),
fonts_dir_path: None, fonts_dir_path: None,
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment