standardnotes / plus-editor

[Moved to https://github.com/standardnotes/app] The Plus Editor is a Standard Notes derived editor that is perfect for crafting any document.
GNU Affero General Public License v3.0
6 stars 12 forks source link

Plus editor uses Arial instead of Helvetica on windows #61

Closed Donnnno closed 3 years ago

Donnnno commented 3 years ago

Hi, I noticed that the Plus editor is actually using Arial, even when I specifically select Helvetica.

Here's a screenshot (look at that ugly arial R(!))

image

JaspalSuri commented 3 years ago

Hi @Donnnno,

Since the font isn't included with the editor, it must be already installed on your desktop in order to render it. That's why it falls back on using Arial on Windows, since Helvetica is typically provided by macOS.

Please let me know if it still doesn't work despite having Helvetica "installed" on your system.

Donnnno commented 3 years ago

Hi, thanks for the answer. Turns out I had Helvetica Neue installed instead of the regular one.

image

After installing the normal Helvetica, everything works again.

image

JaspalSuri commented 3 years ago

That's great to hear; thank you for taking the time to let us know!