oleeskild / obsidian-digital-garden

MIT License
1.23k stars 117 forks source link

How to change the font in Things theme #564

Open Tu-Zhenzhao opened 4 months ago

Tu-Zhenzhao commented 4 months ago

Sorry about asking this stupid question but I cannot find any way to do it online.

I can easily change font to PT Serif in Things theme in local but no matter how I edit the style setting plugin and things's css the font in the webpage always reminds no effect. I am wonder how to edit to change the font in webpage.

This is my appearance.json

{
  "theme": "system",
  "cssTheme": "Things",
  "baseFontSize": 18,
  "accentColor": "",
  "interfaceFontFamily": "",
  "textFontFamily": "PT Serif"
}

and my style-setting

Screenshot 2024-03-08 at 12 01 59 PM

Any advice will be appreciated!

kerim commented 1 month ago

I couldn't find this information anywhere, but looking around I found this file on github:

[your repository]/src/site/styles/custom-style.scss

I put my custom CSS snippets there and it worked.