• Source
    1. <Application x:Class="WPF_CRUD_EFCodeFirst_Simple.App"
    2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    4. StartupUri="MainWindow.xaml">
    5. <Application.Resources>
    6. <!--NhĂșng font Awesome-->
    7. <Style x:Key="FontAwesome">
    8. <Setter Property="TextElement.FontFamily"
    9. Value="pack://application:,,,/fonts/#FontAwesome" />
    10. </Style>
    11. </Application.Resources>
    12. </Application>