Adding glyths to your silverlight apps
Well, it ended up being easier than I though. You have two options: use the glyphs object or download the font using a downloader object and then associate it with the TextBlock object that has the text you want to show. There are already two excellent posts that show these options:
Converting the samples to managed code is so easy that I won't put it here :)