Hi everyone!
I would appreciate some help with styling a html element (iFrame). I uploaded the Karla font to my wix site and now trying to use it like this in an html element, unfortunately the html element does not show the correct font:
body {
@font-face {
font-family: “Karla”;
src:
url(’ https://static.wixstatic.com/ufonts/b45776_880d30a22a43459494639b3f1a4623ca/woff2/file.woff2 ') format(‘woff’);
}
font-family: “Karla”, sans-serif;
}
Any tipps very welcome!