damiankorcz / Prism-Theme

A Comprehensive, Highly-Customisable and Elegant Light/Dark Theme for Obsidian.md
https://www.buymeacoffee.com/DamianKorcz
MIT License
376 stars 13 forks source link

Add support for font options #79

Closed ShahriarKh closed 1 year ago

ShahriarKh commented 2 years ago

Since the theme is using Source Sans as the default font, I think it will be cool to add some options to toggle font features. For example:

* {
    font-feature-settings: "ss04", "ss03"; /* alternate "g" and "a" glyphs */
    font-variant: slashed-zero;
}

This can be done by some simple checkboxes in the Style Settings plugin. Here you can see all available options: https://beautifulwebtype.com/source-sans-pro/

ShahriarKh commented 1 year ago

I noticed that this is added in the latest version. Awesome 🔥.