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.