I am using the Office2013 theme.What is the easiest way to change the application font?
I can see that the Windows8 themes have an option for this:
//Windows8 Resources
Windows8Palette.Palette.FontSizeXS = 10;
Windows8Palette.Palette.FontFamily = new FontFamily("Segoe UI");
1 Answer, 1 is accepted
0
Accepted
Dimitrina
Telerik team
answered on 02 Jan 2015, 12:46 PM
Hello,
I am afraid that Office2013 theme does not provide a way to set the FontFamily globally for all the controls, such approach can be achieved only with Windows8 and Windows8Touch themes.
With Office2013 theme you should set the font style separately for the controls used in your application.
Regards,
Dimitrina
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.