mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add Fira Sans and DejaVu Sans to the last-resort font families.
This commit is contained in:
parent
1e263f9dec
commit
0edc17a361
1 changed files with 5 additions and 1 deletions
|
@ -132,7 +132,11 @@ impl FontListHandle {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn get_last_resort_font_families() -> Vec<String> {
|
pub fn get_last_resort_font_families() -> Vec<String> {
|
||||||
vec!("Arial".to_string())
|
vec!(
|
||||||
|
"Fira Sans".to_string(),
|
||||||
|
"DejaVu Sans".to_string(),
|
||||||
|
"Arial".to_string()
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue