writemonkey / wm3

165 stars 5 forks source link

Beta 10 font went away #307

Closed jmcd040 closed 5 years ago

jmcd040 commented 5 years ago

After installing Beta 10, the font I used for my custom theme, Segoe UI seems to not to be the font in the main edit window any longer. I didn't change anything in my theme file. Here's the entry I use in the theme file: $wm-ui-general { background-color: var(--main-background-color); font-family: "Segoe UI", Arial, sans-serif; background-image: none; opacity: 1; background-size: cover; background-repeat: no-repeat; }

I decided to go back to Beta 9 to get my font back. Let me know when this is fixed or how to fix it.

writemonkey commented 5 years ago

This changed. See: https://github.com/writemonkey/wm3/wiki/Documentation#fonts--line-spacing i.

jmcd040 commented 5 years ago

I see. You moved the specification of the font from the theme css file to a menu selection. I was in a hurry and missed that at first.