mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
On Windows, use system-ui font instead of custom font
This commit is contained in:
parent
5c16dd08a6
commit
e572e6d186
1 changed files with 11 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue