New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Font in Custom CSS does not alter Bielefeld theme font #312
Comments
I strongly assume the greather-than and less-than-signs ( |
I deleted the angled brackets, but that does not make any difference after closing and reopening the app. Anything else I am not doing right? |
It might be that the Bielefeld-theme is overwriting the font at another place. The best way is to switch to develop mode and actually inspect the editor element, then you'll see where it stems from. Ah, found it. You'll need to namespace it with the body-element, so this should work: body #editor {
font-family: 'DejaVu Sans Condensed', sans-serif;
} |
Thank you @nathanlesage, that works. You can close the issue. |
Description
I am using the Bielefeld theme, but want to have a different font with it. So, according to your documentation page, this what I put in the Custom CSS file:
But that does not change the font in Bielefeld.
Reproducing
Add the code above to Custom CSS, and see the non-result.
Expected behaviour
I would expect the Custom CSS file to take prevalence.
Screenshots
Platform
Additional information
The text was updated successfully, but these errors were encountered: