What I’m trying to do
I’m trying to switch to a font like Merriweather, Roboto, IBM Plex Serif it only renders in bold font.
See image: https://i.imgur.com/7wVa7vi.png
What is supposed to be bold (yellow text) looks like the same weight as the regular text (white), both in read and edit view. This seems to only happen with Google fonts, the default Microsoft fonts and some other random ones I download around the web don’t have this problem. How do I modify font weights, or just have Obsidian load the proper weights?
I am on the Windows desktop version.
Things I have tried
- Switching to default theme, still looks the same. Doesn’t appear to be a theme issue.
- Tried different fonts - some render properly, some don’t. Seems to only happen with Google fonts, maybe they implement font weights differently? I could just use a different font but I would rather find a solution than settling on something else.
- Modifying it in CSS - I don’t know what the proper CSS for this is. I tried the following and nothing changed.
body {
--font-weight:300;
}