Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
oybab committed May 8, 2021
1 parent 2029857 commit 34643a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions TradingSystemX/TradingSystemX/TradingSystemX/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@





<!-- We could use different font for different language in the future -->
<!--https://github.com/xamarin/Xamarin.Forms/issues/9716-->
<OnPlatform x:TypeArguments="x:String" x:Key="NormalFont">
<On Platform="Android" Value="OybabTuz.ttf#Oybab Tuz" />
<On Platform="UWP" Value="/Assets/OybabTuz.ttf#Oybab Tuz" />
Expand Down Expand Up @@ -129,7 +129,6 @@
</Style>



<Style TargetType="DatePicker">
<Setter Property="FontFamily" Value="{StaticResource NormalFont}"/>
</Style>
Expand Down

0 comments on commit 34643a4

Please sign in to comment.