Hello Friends,
I need some assistance.
The custom font that I have purchased and added to my theme isn’t working when I go onto the live site. I can only see the font when I am viewing my store in the online editor. I have cleared the cache and still defaults to different text. I have added a couple of photos below.
I have added a custom font to my Turbo Tennessee Theme. The font files are under the assets and then I added the below into styles.css.liquid
@font-face {
font-family: ‘Roslindale’;
src: url(‘Roslindale-DisplayCondensedRegular.eot’);
src: url(‘Roslindale-DisplayCondensedRegular.eot?iefix’) format(‘eot’),
url(‘Roslindale-DisplayCondensedRegular.woff’) format(‘woff’),
url(‘Roslindale-DisplayCondensedRegular.woff2’) format(‘woff2’),
url(‘Roslindale-DisplayCondensedRegular.ttf’) format(‘truetype’),
url(‘Roslindale-DisplayCondensedRegular.svg#webfontZam02nTh’) format(‘svg’);
font-weight: normal;
font-style: normal; }
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, #nav li a, div.title a, .headline, .subtitle { font-family: ‘Roslindale’ !important; }
Thanks in advance!