How do I import JetBrains font to use it?

I’ve tried everything. I have no idea how to change the fonts of obsidian using css snippits.

heres my dummy code
body {
font-family: ‘JetBrains Mono Bold’, sans-serif !important;
src: url(‘JetBrainsMono-Bold.ttf/’)
}

I’m using this to see if it effects anything but all it does is changes the font to sans-serif.
The JetBrainsMono-Bold.tff file is in the .obsidian/snippits file

I just want to have this font working but it doesn’t seem to recognize the file.

This is how to install fonts using homebrew.

Cool, I have jetbrains nerd font installed to my Fonts. But now how do I get it on obsidian?

Obsidian access your fonts installed on your system like any other software. You may need to restart Obsidian after installing new fonts.

1 Like

ayyy it worked

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.