bkaankose / Wino-Mail

Built-in Mail & Calendars app clone for Windows.
https://www.winomail.app/
GNU General Public License v3.0
549 stars 24 forks source link

[Proposal] Aptos font availability - let users choose their font #226

Open edge261 opened 3 weeks ago

edge261 commented 3 weeks ago

Describe the solution you'd like Ideally, I'd like to use Aptos as a default font. However, I'm not sure if their license enables it...

Is your proposal implemented in Windows Mail? Yes, it's implemented. You can choose from all fonts installed.

Additional context All fonts of the OS are covered by the same terms, as mentioned here: https://learn.microsoft.com/en-us/typography/fonts/font-faq https://learn.microsoft.com/en-us/typography/font-list/aptos

I have in mind a workaround to this: Allow people to type in the font name they want to use. Or make Wino read all fonts installed and let users choose from there.

bkaankose commented 3 weeks ago

I would like this to be implemented for sure. Users must be able to use whatever font is available in the system.

Technical challenge here is that Wino uses Quill WYSIWYG editor internally to compose mails. This editor has its own fonts pre-defined. I am not a web developer. Personally making customizations on Quill using TS/HTML/CSS was something I would like to delegate to somebody else if possible 💯

Marking the issue as 'help wanted' to see if somebody willing to help on this implementation for now.

Tiktack commented 3 weeks ago

I will check what we can be done with fonts in a weview