Hello,
im having touble with a custom font that im trying to install into my Shopify (im plus users).
I bought the font from https://www.myfonts.com/products/pro-regular-mark-370942 its called “FF Mark Pro Regular”.
When i try to add to the theme i follow everything its told by shopify.
-
Add the font to my asset “font.woff” and “font.woff2”
-
Add the copyright to the theme
-
add @fontface to css the following way
@font-face {
font-family: 'FFMark';
src: url('font.woff2') format('woff2'),
url('font.woff') format('woff');
font-weight: normal;
font-style: normal;
}
Please can someone help me with this.