Font size bug

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.

2 Likes

The same applies to the font family, as was reported some time ago regarding Inkdrop v5.8.1-beta.1.

1 Like

Great catch, @Christopher_Novas and @Lukas !

It will be fixed it in the next release!

1 Like

It should work on Canary.2. Thanks for the feedback!

1 Like

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.

ugh, the base syntax theme overwrites it :joy:

Thanks, @Lukas

It should be working now in Inkdrop Desktop v6.0.0-canary.3!

1 Like