import and Embed fonts in to your App.

The following code can be used in the stylesheet to import the font into your App.

@font-face {
src:url(“fonts/lucidaGrande.swf”);
fontFamily: “Lucida Grande”;
}

Now you can use this font in the App, like.

Panel{

fontSize: 12;
fontFamily: “Handwriting – Dakota”;
fontWeight:bold;
}

Enjoy the post..

4 Responses to “import and Embed fonts in to your App.”

  1. Rocky Says:

    Hello,

    In this example, you used fontWeight: bold for Handwriting-Dakota. Was that just an example font, or are you aware of a bold format for Handwriting-Dakota?

    thanks!

  2. John Says:

    Hi there.

    Is it possible to use the Bold version of Handwriting-Dakota in text processor like MS Word or Apple Pages?

    Please let me know, cause it’s rather important to me.

    Thanks in advance

Leave a Reply