mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
cleanup no need cfg target_os
This commit is contained in:
parent
bcdb82b83f
commit
79b1b79303
1 changed files with 0 additions and 2 deletions
|
@ -42,6 +42,4 @@ pub fn last_resort_font_families() -> Vec<String> {
|
|||
vec!("Arial Unicode MS".to_owned(), "Arial".to_owned())
|
||||
}
|
||||
|
||||
#[cfg(target_os = "macos")]
|
||||
pub static SANS_SERIF_FONT_FAMILY: &'static str = "Helvetica";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue