On Windows, use system-ui font instead of custom font

This commit is contained in:
Ben Gotow 2017-10-14 17:36:55 -07:00
parent 5c16dd08a6
commit e572e6d186

View file

@ -450,5 +450,15 @@ body.platform-linux {
.item-compose {
order: -101;
}
}
// WINDOWS
// The custom font looks blurry, system-ui looks better
body.platform-win32 {
font-family: system-ui;
nylas-workspace {
font-family: system-ui;
}
}