This commit is contained in:
Binary file not shown.
+1
-1
@@ -227,7 +227,7 @@ impl Interface {
|
|||||||
fonts.font_data.insert(
|
fonts.font_data.insert(
|
||||||
"JetBrains Mono Nerd Font".to_string(),
|
"JetBrains Mono Nerd Font".to_string(),
|
||||||
std::sync::Arc::new(egui::FontData::from_static(include_bytes!(
|
std::sync::Arc::new(egui::FontData::from_static(include_bytes!(
|
||||||
"/usr/local/share/fonts/j/JetBrainsMonoNerdFont_Regular.ttf",
|
"../font/JetBrainsMonoNerdFontMono_Regular.ttf",
|
||||||
))),
|
))),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user