diff --git a/Sources/Views/MainPage.xaml b/Sources/Views/MainPage.xaml index 80f0ff9..4afbcd2 100644 --- a/Sources/Views/MainPage.xaml +++ b/Sources/Views/MainPage.xaml @@ -5,5 +5,18 @@ xmlns:local="clr-namespace:Views" x:Class="Views.MainPage"> + + diff --git a/Sources/Views/MauiProgram.cs b/Sources/Views/MauiProgram.cs index 2848e70..cea93b6 100644 --- a/Sources/Views/MauiProgram.cs +++ b/Sources/Views/MauiProgram.cs @@ -15,6 +15,7 @@ namespace Views { fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold"); + fonts.AddFont("DMSerifDisplay-Regular.ttf", "DMSerifDisplay"); }); #if DEBUG diff --git a/Sources/Views/Resources/Fonts/DMSerifDisplay-Regular.ttf b/Sources/Views/Resources/Fonts/DMSerifDisplay-Regular.ttf new file mode 100644 index 0000000..65a57b7 Binary files /dev/null and b/Sources/Views/Resources/Fonts/DMSerifDisplay-Regular.ttf differ diff --git a/Sources/Views/Resources/Images/accueil.png b/Sources/Views/Resources/Images/accueil.png new file mode 100644 index 0000000..ff5f1e5 Binary files /dev/null and b/Sources/Views/Resources/Images/accueil.png differ