Hello,
In the Canary build, attempting to change the font size in Text Appearance for the editor does not work. However, it does work when you change the font size for preview. Please see attached for a short screen capture.
Hello,
In the Canary build, attempting to change the font size in Text Appearance for the editor does not work. However, it does work when you change the font size for preview. Please see attached for a short screen capture.
The same applies to the font family, as was reported some time ago regarding Inkdrop v5.8.1-beta.1.
Great catch, @Christopher_Novas and @Lukas !
It will be fixed it in the next release!
It should work on Canary.2. Thanks for the feedback!
Changing the font still doesn’t work for me (Windows 11, v6.0.0-canary.2). I can set the font using the following:
.editor {
.CodeMirror {
* {
font-family: "JetBrainsMono NFM";
}
}
}
But when I use the exact same font in the settings, it doesn’t take effect.
It should be working now in Inkdrop Desktop v6.0.0-canary.3!