Skip to content

Commit

Permalink
disable fallbacks for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jun 8, 2024
1 parent 5683f79 commit adadb6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sugarloaf/src/font/fallbacks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ pub fn external_fallbacks() -> Vec<String> {
#[cfg(not(any(target_os = "macos", windows)))]
pub fn external_fallbacks() -> Vec<String> {
vec![
String::from("Noto Sans"),
String::from("DejaVu Sans"),
// String::from("Noto Sans"),
// String::from("DejaVu Sans"),
String::from("FreeMono"),
]
}

0 comments on commit adadb6b

Please sign in to comment.