From a58d30ee3fc87ad04c4ee2ea015ca24ec209f793 Mon Sep 17 00:00:00 2001 From: "maxime.BATISTA@etu.uca.fr" Date: Sun, 2 Apr 2023 16:14:09 +0200 Subject: [PATCH] added PoppinsFont in Profile page --- Views/ProfilePage.xaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/Views/ProfilePage.xaml b/Views/ProfilePage.xaml index 4bb407d..4e3c3d8 100644 --- a/Views/ProfilePage.xaml +++ b/Views/ProfilePage.xaml @@ -28,6 +28,7 @@ FontSize="24" TextColor="{StaticResource TextColorPrimary}" Text="Profile" + FontFamily="PoppinsBold" VerticalOptions="Center"/> @@ -54,13 +55,15 @@ FontSize="30" HorizontalOptions="Center" TextColor="{StaticResource TextColorPrimary}" - Text="%Profile_Name%"/> + Text="%Profile_Name%" + FontFamily="PoppinsBold"/>