rammohan.acharyadasa
Posts: 0
Joined: Thu Apr 05, 2012 5:03 pm

How to use custom font in 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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How to use custom font in panel

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

rammohan.acharyadasa
Posts: 0
Joined: Thu Apr 05, 2012 5:03 pm

How to use custom font in panel

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How to use custom font in panel

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

rammohan.acharyadasa
Posts: 0
Joined: Thu Apr 05, 2012 5:03 pm

How to use custom font in panel

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How to use custom font in panel

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)

bahar.wadia
Posts: 0
Joined: Wed Aug 07, 2013 2:05 am

How to use custom font in panel

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

How to use custom font in panel

Yes. Create new CSS- Create from URL ..

bahar.wadia
Posts: 0
Joined: Wed Aug 07, 2013 2:05 am

How to use custom font in panel

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

Thank you in advance.

bahar.wadia
Posts: 0
Joined: Wed Aug 07, 2013 2:05 am

How to use custom font in panel

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

Return to “Issues”