[ad_1]
I downloaded this pixel font: https://www.dafont.com/8bitoperator-jve-old1.font
and i tried it out but it doesnt work.
heres the code for the App.xaml:
<Style x:Key="CustomFont"><Setter Property="TextElement.FontFamily" Value="/Fonts/#8bitoperator_jve"/></Style>
and heres th one for the window:
<Label Style="{StaticResource CustomFont}" FontSize="100" Margin="55,122,100,114" x:Name="checkLabel">Check</Label>
please tell me what i did wrong
[ad_2]