WPF
- 1 ответ
 - 0 вопросов
 
    1
    Вклад в тег
    
      
      
    
  
  
<ResourceDictionary>
            <FontFamily x:Key="Dongle-Regular">./Data/Fonts/Dongle-Regular.ttf#Dongle</FontFamily>
            <FontFamily x:Key="Dongle-Light">./Data/Fonts/Dongle-Light.ttf#Dongle</FontFamily>
            <FontFamily x:Key="Dongle-Bold">./Data/Fonts/Dongle-Bold.ttf#Dongle</FontFamily>
        </ResourceDictionary> FontFamily="{StaticResource Dongle-Regular}"