mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
Merge pull request #2703 from nical/last_resort_font
Add Fira Sans and DejaVu Sans to the last-resort font families.
This commit is contained in:
commit
239e72b0ce
1 changed files with 5 additions and 1 deletions
|
@ -132,7 +132,11 @@ impl FontListHandle {
|
|||
}
|
||||
|
||||
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