The font family is not reflected @ 5.8.1-beta.1

Bug report

The font family is not reflected.
It always becomes monospace.

I can avoid it by defining in styles.less

.editor {
  .CodeMirror {
    * {
       font-family: "UD Digi Kyokasho N-R";
    }
}

Environment

  • Platform: Windows
  • Platform version: 11
  • App Version: 5.8.1-beta.1

How to reproduce

update to 5.8.1-beta.1

5 Likes

Hi Shimizu-san,

Good catch!
I’m trying to adopt cascade layers for theming in this version.
But the specificity of the base styles of CodeMirror was not correct.
I’ll fix it!

1 Like

It should be fixed in v5.8.1-beta.2.
Thanks again for the report!

1 Like