We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2029857 commit 34643a4Copy full SHA for 34643a4
1 file changed
TradingSystemX/TradingSystemX/TradingSystemX/App.xaml
@@ -62,8 +62,8 @@
62
63
64
65
-
66
+ <!-- We could use different font for different language in the future -->
+ <!--https://github.com/xamarin/Xamarin.Forms/issues/9716-->
67
<OnPlatform x:TypeArguments="x:String" x:Key="NormalFont">
68
<On Platform="Android" Value="OybabTuz.ttf#Oybab Tuz" />
69
<On Platform="UWP" Value="/Assets/OybabTuz.ttf#Oybab Tuz" />
@@ -129,7 +129,6 @@
129
</Style>
130
131
132
133
<Style TargetType="DatePicker">
134
<Setter Property="FontFamily" Value="{StaticResource NormalFont}"/>
135
0 commit comments