Typekit problems
-
I think Typekit from Adobe changed the publish settings and I can't use their fonts in Lay now :/
The new format for the <script> is something like:
<script src="https://use.typekit.net/XXXXXXX.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>and also the font-family declaration is like:
font-family: "futura-pt",sans-serif;
So when I enter these, the Ok button to validate de font is not working.
Any ideas?
-
I think Typekit from Adobe changed the publish settings and I can't use their fonts in Lay now :/
The new format for the <script> is something like:
<script src="https://use.typekit.net/XXXXXXX.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>and also the font-family declaration is like:
font-family: "futura-pt",sans-serif;
So when I enter these, the Ok button to validate de font is not working.
Any ideas?
@grafician Notice the "...." vs. '....' change...
-
Ahw yeah the textformats issue, thats true, I just published an update for that :+1:
Well I just tried adding a typekit webfont myself and it worked.
"Please note that Webfonts added by "<script>" tag and CSS are not displayed correctly in the text editor. Also, here in the Webfonts Manager they will only be displayed correctly after you clicked Save Changes."
You need to click "Save Changes" and only then it should display.
Also it seems like the typekit publish settings are still the same.
-
Thanks a lot ! <3