NOT WORKING - Adobe Fonts not importing to Wix as CSS
Hey everyone,
Yesterday I posted that I've encountered an issue regarding to embedding a font to a Wix Studio website using CSS Global.
After several hours of trying and tweaking the code, it finally worked as I announced in the post and the code was embedded perfectly fine.
This morning, I opended up the website to keep working on it- and all of the sudden the font that I've embedded wasn't working anymore.
Unfortunately the Adobe support on the chat wasn't anywhere near helpful, and Wix support team didn't have much to do with this since they're not the ones provided me the code.
I think that there's an issue with importing the fonts and embedding them and could really use some help about that or to know if someone has succedded in embedding a font on a web project (and made it last for more than 24 hours).
Thank you in advance for any tip,
I'm adding the code that worked yesterday and didn't work anymore this morning.
I didn't made any changes to it.
@1552174 url("https://use.typekit.net/aiv7ixt.css");
{ h1
font-family: "kensington", sans-serif;
}
.rich-text__text {
font-family: "kensington", sans-serif;
font-weight: 700;
font-style: normal;
/* To learn more about CSS classes, visit https://support.wix.com/en/article/css-editing. Write your CSS here: */
}
