I have a Windows Phone 8 Silverlight project and a Shared Project with some Assets (fonts, images, etc).
When I launch the emulator or deploy to the phone the content is correctly shown, but when I'm in design mode this content is not shown at all.
This is how I set a custom font stored in the shared project to a TextBlock:
<TextBlock Text="play" FontFamily="/Assets/fonts/BondoluoPeek.ttf#Bondoluo Peek"/>
How can I solve this?
Thank you!