Page 1 of 1

How to use custom font in panel

Posted: Tue Nov 13, 2012 5:55 pm
by rammohan.acharyadasa

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.


How to use custom font in panel

Posted: Wed Nov 14, 2012 1:42 am
by maxkatz

Create or load the CSS with a custom font. Then simply apply the font to the text in the Panel component.


How to use custom font in panel

Posted: Wed Nov 14, 2012 6:36 pm
by rammohan.acharyadasa

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


How to use custom font in panel

Posted: Wed Nov 14, 2012 6:48 pm
by maxkatz

No option to upload .eot file. If possible, reference it on the Internet.


How to use custom font in panel

Posted: Wed Nov 14, 2012 6:49 pm
by rammohan.acharyadasa

i want to do some thing like this
@font-face
{
font-family: myFirstFont;
src: url('Sansation_Light.ttf'),
url('Sansation_Light.eot'); /* IE9 */
}


How to use custom font in panel

Posted: Thu Nov 15, 2012 11:23 am
by Maryna Brodina

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)


How to use custom font in panel

Posted: Tue Sep 10, 2013 4:00 am
by bahar.wadia

Can I embed the font in the app itself, using option 3 above ?


How to use custom font in panel

Posted: Tue Sep 10, 2013 4:35 am
by Alena Prykhodko

Yes. Create new CSS- Create from URL ..


How to use custom font in panel

Posted: Wed Sep 11, 2013 12:49 am
by bahar.wadia

Can you please be more explicit and provide step by step instructions, with screen shots.

Thank you in advance.


How to use custom font in panel

Posted: Wed Sep 11, 2013 1:44 am
by bahar.wadia

I figured it out. Never mind. Thank you anyway.