silverbullet
silverbullet copied to clipboard
Can't change font
Hi, I've created STYLES.md page in the root of my SB space:
```css
#sb-root {
--editor-font: "Roboto" !important;
}
```
However, it changes nothing. Still some monospace font used
Needed to add
customStyles: "[[STYLES]]"
in settings.md
However like seems Roboto is not supported )))
Changing size not working also:
```css
#sb-main {
font-size: 16px !important;
}
```
still 18px
Any solution so far?
Same on my side, I have the settings entry in. Roboto works for me when I overwrite the CSS in debug, but it appears that the variable from STYLES is ignored.
Do you have
customStyles: "[[STYLES]]"
In your SETTINGS, like here? https://silverbullet.md/SETTINGS
roboto font simply not supported. When i set Arial - it is working. But font size not working at all