I’m trying to change the default font size, but it does not update, not even with a restart of the app.
:root {
–ct-text-size: 18px;
–ct-line-height: 1.6;
}
I’m trying to change the default font size, but it does not update, not even with a restart of the app.
:root {
–ct-text-size: 18px;
–ct-line-height: 1.6;
}
Are you using a custom theme? Does using the default theme result in this changing?
It’s the default theme, which was empty before I added those lines.
I’m having the same issue. I’m also on the default theme, just want to change the font and font size. The font changed, but not the size
:root {
--ct-text-size: 13px;
--ct-line-height: 1.6;
--ls-font-family: "JetBrains Mono";
--ct-page-title-font-family: var(--ls-font-family);
--ct-code-font-family: "JetBrains Mono";
}