Hi
How to use custom font in Tiggzi.
I am developing app in which i want to use custom font
http://www.higopi.com/ucedit/Reuse.ht...
Please let me know how to use this.
i want to use this in tiggzi panel.
Hi
How to use custom font in Tiggzi.
I am developing app in which i want to use custom font
http://www.higopi.com/ucedit/Reuse.ht...
Please let me know how to use this.
i want to use this in tiggzi panel.
Create or load the CSS with a custom font. Then simply apply the font to the text in the Panel component.
Max,
I want to add my.eot to project assests.
then reference the added .eot in custom css.
How to add .eot file using project assets.
i can't see option please adivce
No option to upload .eot file. If possible, reference it on the Internet.
i want to do some thing like this
@font-face
{
font-family: myFirstFont;
src: url('Sansation_Light.ttf'),
url('Sansation_Light.eot'); /* IE9 */
}
Hello!
1) You can export project in Eclipse, add nessesary resourses and build the project;
2) Reference it on the Internet (as Max said)
3) You can add that file in URL in base64 format. This should help http://www.fontsquirrel.com/fontface/... (in Expert mode upload font, set option css Base64 Encode, in downloaded archive select stylesheet.css)
Can I embed the font in the app itself, using option 3 above ?
Yes. Create new CSS- Create from URL ..
Can you please be more explicit and provide step by step instructions, with screen shots.
Thank you in advance.
I figured it out. Never mind. Thank you anyway.