Kunzisoft / KeePassDX

Lightweight vault and password manager for Android, KeePassDX allows editing encrypted data in a single file in KeePass format and fill in the forms in a secure way.
https://www.keepassdx.com/
GNU General Public License v3.0
4.73k stars 276 forks source link

Allow use system monospace font for field typeface #1923

Open CoelacanthusHex opened 3 weeks ago

CoelacanthusHex commented 3 weeks ago

Is your feature request related to a problem? Please describe.

Now the field typeface has only two options:

  1. Hardcoded Fira Mono font when the "Field Typeface" option is enabled, it's visible but inconsistent.
  2. System default font (normally sans-serif variable-width font) when the "Field Typeface" option is disabled, it's consistent but invisible.

Describe the solution you'd like

Provide a new option to use system monospace font, in most cases, it can gain visibility and consistency. If the system monospace is not visible enough, users can go to Hardcoded Fira Mono as the last choice.

Describe alternatives you've considered

If three options are considered too many, consider replacing the system default font with the system monospace when the "Field Typeface" option is disabled

Additional context