I am working within the Sense theme. I have added a custom font (mushin) and deployed it - it works well. However, it only works on my theme in css sections. I want to add an image-with-text section and have the heading (h2 specifically) to be in my mushin font.
Any ideas?
I have tried duplicating the image-with-text.liquid and image-with-text.css and adding the same code that worked for me in my base.css. That didn’t work.
I then tried the below in my base.css (also didn’t work):
If it worked in one section, but when you added another, it’s not working, so the issue can be that you cannot access the element you want. To set the style of an element, you need to define it exactly.