1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00

add missing windows specific constraint

This commit is contained in:
Wez Furlong 2019-03-13 08:04:23 -07:00
parent 5b2bc3cc6a
commit 551630c3a6

View File

@ -241,6 +241,7 @@ impl TextStyle {
bold: None,
italic: None,
});
#[cfg(windows)]
font.push(FontAttributes {
family: "Segoe UI Symbol".into(),
bold: None,