primary-theme / obsidian

Comfy, playful but productive theme for Obsidian. "Primary instantly puts you in a relaxed state that opens the door to creativity and exploration. Wonderfully executed down to the smallest details,"
GNU General Public License v3.0
980 stars 41 forks source link

Font customizations are not applied to dataview blocks #119

Closed dsent closed 2 years ago

dsent commented 2 years ago

I've set up all my fonts through Style Settings to be "Inter", -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif: image

However, for dataview blocks (and, possibly, other types of blocks?) the font is still the default Karla.

See the computed style for reference: image

And the result is: image

For anyone interested, this is the rendered dataview query for the latest modified notes:

```dataview
LIST 
WHERE date(today) - file.mtime
WHERE file.name != this.file.name
SORT file.mtime DESC
LIMIT 25
ceciliamay commented 2 years ago

This has been fixed in v.1.4.7 - please update your theme! thank you so much - as always - for reporting!!

dsent commented 2 years ago

Looks perfectly fine now, thank you!