gsantner / markor

Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..
https://github.com/gsantner/markor/discussions/2269
Other
3.84k stars 368 forks source link

Include Fonts: Atkinson Hyperlegible and JetBrains Mono - how to add custom fonts? #2431

Closed SevenFactors closed 1 month ago

SevenFactors commented 1 month ago

⚠️ This issue respects the following points: ⚠️

Description

  1. Atkinson Hyperlegible is a hyper legible typeface created to specially for making reading easier, specially for those with poor sight.
  2. JetBrain Mono a typeface specially made for developers. It is a clear and easy on the eyes. It offers different thickness and more.
  3. Both of these a good looking fonts and would benefit everyone.

Information

Android version: Android 14 Device: Pixel 5a App Version: 2.12.5

Source

F-Droid

Format / File type

Not specific

Additional info / Log

- Atkinson Hyperlegible https://www.brailleinstitute.org/freefont/
- JetBrain Mono https://www.jetbrains.com/lp/mono/
harshad1 commented 1 month ago

We support custom fonts!

Put the ttf files in <notebook>/.app/fonts

Note that .app will be hidden by default

SevenFactors commented 1 month ago

Awesome. This works great. Thanks