Obsidian-TTRPG-Community / Fantasy-Statblocks-CSS-Development

6 stars 5 forks source link

fix(css): prioritize pf2e icons over system-ui font #10

Closed dylbrown closed 3 months ago

dylbrown commented 3 months ago

When using the plugin on iOS with Pathfinder 2e, the action icons in the bestiary community content, which are ⬽ or similar in the descriptions, don't render using the "Pathfinder" icon font as they do on Windows. This is because the system-ui font takes precedence, and on iOS that font includes these icons.

Related to javalent/fantasy-statblocks#420.

sigrunixia commented 3 months ago

Thank you!