Not yet rated

Problem

In AIR, the WebKit view allows you to display HTML content. Within this HTML content, Typekit can be used to display fonts using the Typekit service.

Solution

Using <iframe> and setting the documentRoot and sandboxRoot, you also have to load Typekit script.

Detailed explanation

I have not created any example but i found useful link which will surely help you to solve out the problem.

I have also learn something from this recipe. thank you.

I give full credit to below link for solution.

link :  http://www.adobe.com/devnet/air/articles/air_web_fonts.html

Regards,
Virat Patel


+
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. Permissions beyond the scope of this license, pertaining to the examples of code included within this work are available at Adobe.

Report abuse

Related recipes