This is a migrated thread and some comments may be shown as answers.

Change font family

1 Answer 111 Views
jQuery Mobile
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Shinu
Top achievements
Rank 2
Shinu asked on 21 Feb 2014, 03:01 AM
Hi,

how to change the font family of the Login button in my Login Page? Here is the code I have tried. But its not changing the font family.

<button type="button" id="btnLogin"  style="font-family:Lucida Grande" data-mini="true">Login</button>


Thanks.

1 Answer, 1 is accepted

Sort by
0
Vladimir Zagorski
Telerik team
answered on 25 Feb 2014, 04:55 PM
Hello,

When defining the font family inline in html it is recommended to quote the font family names that contain white space, digits or punctuation character as follows:

style="font-family: 'Lucida Grande'"

Let me know if I can be of any further help.

Regards,
Vladimir Zagorski
Telerik
Icenium is now Telerik AppBuilder, and is part of the Telerik Platform. For more information on the new name, and to learn more about the Platform, register for the free online keynote and webinar on Wednesday, February 12, 2014 at 11:00 a.m. ET (8:00 a.m. PT)
Tags
jQuery Mobile
Asked by
Shinu
Top achievements
Rank 2
Answers by
Vladimir Zagorski
Telerik team
Share this question
or