What Android system fonts do you use for code

What’s needed to make fonts used e.g. for the following classes also show on Ankidroid?

pre, code {
  font-family: "consolas", "Lucida Console", "Droid Sans Mono"
}

I thought at least Droid Sans Mono should be installed on Android. If not, is there another font you’ve been using successfully?

EDIT: Of course I found a fonts section in the official ankidroid manual and the install fonts section for the desktop app.

So this question boils done to the latter part. Are there fitting system fonts you’re using?

My phone won’t even let me install custom fonts… I tend to use generic names, monospace in this case, to save time and trouble.

2 Likes

Sometimes it’s the easy the things that do the trick :slight_smile:
Thanks!