brrd / abricotine

Markdown editor with inline preview
GNU General Public License v3.0
2.63k stars 159 forks source link

Cannot change theme font #333

Closed loopernow closed 1 year ago

loopernow commented 1 year ago

I've edited the font-family line in [theme-name].less in the Themes directory and reloaded Abricotine, but the editor font does not change.

If I open developer tools and select some text in the file, I can edit the font family in Developer Tools and change the font that way--it points to a file "default.css" in a temp directory. But I don't know if this file is permanent.

The file "default.css" does not reflect the changes I make to [theme-name].less.

Edit: Windows 10, Abricotine v. 1.1.4.

brrd commented 1 year ago

Please always give information about your OS and your app version.

Please try View > Development > Reload Theme.

If this still doesn't work, reset configuration: https://github.com/brrd/abricotine/blob/master/docs/configuration.md#reset-configuration

loopernow commented 1 year ago

Sorry about that. Edited my post.

View > Development > Reload Theme worked! Thank you.