You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Desktop: Resolves #12113: Allow users to change the font used in the Markdown viewer and Rich Text Editor (#12356)
This commit is contained in:
@@ -644,6 +644,7 @@ export default class MdToHtml implements MarkupRenderer {
|
||||
|
||||
let cssStrings = noteStyle(options.theme, {
|
||||
scrollbarSize: options.scrollbarSize,
|
||||
baseFontFamily: options.baseFontFamily,
|
||||
contentMaxWidth: options.contentMaxWidth,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user