Congratulations on creating QuickMD, and thank you for building such a useful and focused Markdown application. It has become a really pleasant way to read Markdown on macOS.
Feature request
Would you consider adding support for choosing custom font families for rendered Markdown?
For example, I would love to use an installed font such as JetBrainsMono Nerd Font for the document body and/or code blocks.
Suggested direction
- Add optional
bodyFontFamily and codeFontFamily settings, either in the app’s preferences or custom theme JSON.
- Fall back to the current system fonts when the setting is absent or the requested font is unavailable.
- Keep font size/zoom behavior independent from the selected family.
The existing custom theme support is a great foundation for this. Thanks again for QuickMD!
Congratulations on creating QuickMD, and thank you for building such a useful and focused Markdown application. It has become a really pleasant way to read Markdown on macOS.
Feature request
Would you consider adding support for choosing custom font families for rendered Markdown?
For example, I would love to use an installed font such as JetBrainsMono Nerd Font for the document body and/or code blocks.
Suggested direction
bodyFontFamilyandcodeFontFamilysettings, either in the app’s preferences or custom theme JSON.The existing custom theme support is a great foundation for this. Thanks again for QuickMD!