Click here to Skip to main content
15,867,785 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi..i want to change font..on windows phone 8 application..and i add this code to APP.XAML

<FontFamily x:Key="GESSLight">/masbaha;component/GE_SS_Text_Light.ttf#GE SS Text Light
        </FontFamily>


and i change the font properties>> build action to Embedded resource...copy output directory if new

and in mainpage.XAML i added
FontFamily="{StaticResource GESSBold}"



in designer the font changed..but on emulator the font not changed and on device...plz help me
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900