mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-11 15:34:27 +08:00
fix(system-tray): Add sans-serif as fallback font for system tray unread count
This commit is contained in:
parent
ed585b0d3e
commit
a3346b2338
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ CanvasUtils =
|
|||
canvas.height = h
|
||||
|
||||
context = canvas.getContext('2d')
|
||||
context.font = '14px Nylas-Pro'
|
||||
context.font = '14px Nylas-Pro, sans-serif'
|
||||
context.fillStyle = 'black'
|
||||
context.textAlign = 'start'
|
||||
context.textBaseline = 'middle'
|
||||
|
|
Loading…
Reference in a new issue