Hi! I’m using custom font family in my store that uses Dawn 4.0.0 theme. In addition to regular version of the font I want to use mono version of the font as the secondary font in some elements of the store: 1) All the buttons 2) prices of products across the store, 3) sold out label 4) discount labels and 5) all the captions.
I’ve already added the both versions of the fonts to /admin/settings/files and made custom-fonts.liquid snippet for the regular version of the font and got it working as the sole font across the store using {% include ‘custom-fonts’ %} in theme.liquid.
How should I go about assigning the mono version of the font only to aforementioned store elements?
Thank you in advance.