vladimiry / ElectronMail

Unofficial ProtonMail Desktop App
GNU General Public License v3.0
1.51k stars 99 forks source link

Changing font #405

Closed rulet closed 3 years ago

rulet commented 3 years ago

Hello. Is it possible to change font in ElectronMail?

vladimiry commented 3 years ago

You could do some adjustments using per-account custom CSS injection.

rulet commented 3 years ago

What file should I change for this? Because I have no idea.

vladimiry commented 3 years ago

See animated screenshot on the https://github.com/vladimiry/ElectronMail/releases/tag/v4.10.0 page.

Example of simple CSS injection posted in https://github.com/vladimiry/ElectronMail/issues/396#issuecomment-828141583 message.

rulet commented 3 years ago

Ok, thanks, what this injection will look like if to change all fonts in app(menu e.t.)?

vladimiry commented 3 years ago

The app allows you to inject the custom CSS code on the per account basis. Providing the CSS code itself is out of its scope.

rulet commented 3 years ago

I mean not creating css by the app, I mean what strings to put to change font?

vladimiry commented 3 years ago

I understood well what you meant. The previous answer is correct.