[android] how do I change the used font?

I love the app and use it on all my devices, but I would like to change the font used in the app. How do I do it?

I have edited this ticket to become a Feature Request, at least for Android.

1 Like

To change the editor font:
Tools -> General Options under the Appearance heading you can type in an editor font family

To change the note view font:
Create a userstyle.css file see here for a how to and add the following contents

body {
font-family: "Open Sans";
}

replace Open Sans with whatever font you want.

@CalebJohn @bracuphoth was asking for android.

Sorry @bracuphoth there’s no such option for android yet. Maybe in the future.

Oops! Thanks @subi54

Yes, Android is the OS.

I too am looking for this feature. I would be very grateful if you could implement it.