Help with CSS customisation #1147
Replies: 2 comments 1 reply
-
|
Hi! 😊 Both are doable from a custom CSS file (Settings → Custom CSS). I tested both snippets below on a live instance.
The markdown editor is a CodeMirror instance. Poznote has an internal rule that forces the default font inside notes with high specificity, so a plain override silently loses: This only affects the editing view, the rendered preview keeps the normal font.
Poznote bundles a font called Inter and references it by name throughout. Rather than fighting specificity, re-declare the Inter font-face so it points to a font installed on your machine (your custom CSS loads last, so it wins everywhere, even where the font is forced): Replace Verdana with any locally installed font. Keep both blocks, the second covers bold/semibold. |
Beta Was this translation helpful? Give feedback.
-
|
Tim, that's amazing! Thank you for taking the time to sort this. Editing a note is now so much easier and additionally, you can clearly see when in editing mode. I know you are busy working on PN, but you really ought to start a simple blog on your website explaining all those little mods to help users getting most out of PN :-) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
There are a few visual elements in PN which I would like to change. I have managed to find the css block for changing some of the visuals in the dashboard cards. However, for some other elements I can't find the correct entries. I would like to change the following:
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions