Embed a font
Typically, users will already have most of the fonts that you can select in Microsoft Expression Blend 2. However, you can add custom fonts to your project and then apply those fonts to text controls in your application. If you add a custom font to your application, you must embed it in your application for users to see the font.
Important
If you decide to embed, subset, or otherwise redistribute fonts in your application, it is your responsibility to make sure that you have the required license rights for those fonts.
To follow this procedure, you need a font file. Download a free font file from one of the free type foundry websites listed at Microsoft Typography website. It is your responsibility to make sure that you have the required license rights for any font embedded in your application.
To embed a font in your application
On the Project menu, click Add Existing Item, browse to your font file, and then click Open to add it to your project.
From the Toolbox, select the TextBox control. Draw a textbox on the artboard in your main document (Window1.xaml). Expression Blend automatically enters text-editing mode (F2).
Under Text in the Properties panel, select the Font tab, and then select your new font from the FontFamily drop-down list.
New fonts are always displayed at the top of the list.
Under Text in the Properties panel, select the Embed checkbox.
In the Subset drop-down list, select Dynamic so that all the characters in the font will be embedded in your application.
You can view and modify all embedded fonts by clicking Font Manager on the Tools menu. Font embedding ensures that your users will see the font that you select.
Next steps
You can modify the text in controls that display text. For more information, see Edit text, Format text, and other topics under Text and typography.
Some controls accept user input at runtime. For a list of those controls, see the Text and typography overview. Also see Make text editable or read-only.
You can convert text to path objects so that you can use the Direct Selection tool to change the shape of the characters or animate the characters. For more information, see Convert text to a path, Add or remove a point on a path, Change the shape of a curve, and Animate the points on a path or clipping path.