Copy link to clipboard
Copied
Hi, We are having Performance problems with the typekit imports calls, bacause we can't preload it and it calls to an extra domain we can't preconnect.
So It will be possible to ad to our CSS directly de @Blissful_help0D4E-face of each font instead of this
@Import url("https://use.typekit.net/xxxxxxx.css");
We would like to ad this to our CSS:
@Blissful_help0D4E-face {
font-family:"xxxx-xx";
src:url("https://use.typekit.net/xxx") format("woff2"),url("https://use.typekit.net/xxx") format("woff"),url("https://use.typekit.net/xxx") format("opentype");
font-display:swap;font-style:normal;font-weight:700;font-stretch:normal;
}
thanks
Jose
Copy link to clipboard
Copied
Which CS5 app is this question about, please?
Copy link to clipboard
Copied
Sorry! Not seeing clearly yet. Of course it was about CSS, not CS5, and this is the best place to ask.