diff --git a/.gitignore b/.gitignore index 10f0792..55de648 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,10 @@ bin/ obj/ +#locks and backup +.~* + + .nuspec/ .buildtasks/ templatesTest/ diff --git a/AppShell.xaml b/AppShell.xaml index bc61acf..7d2a2e1 100644 --- a/AppShell.xaml +++ b/AppShell.xaml @@ -1,4 +1,4 @@ - + - + diff --git a/MauiProgram.cs b/MauiProgram.cs index 0367a8f..760acb4 100644 --- a/MauiProgram.cs +++ b/MauiProgram.cs @@ -13,7 +13,8 @@ public static class MauiProgram { fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold"); - }); + fonts.AddFont("Poppins-bold.ttf", "PoppinsBold"); + }); #if DEBUG builder.Logging.AddDebug(); diff --git a/Resources/Fonts/Poppins-Bold.ttf b/Resources/Fonts/Poppins-Bold.ttf new file mode 100644 index 0000000..89b46e7 Binary files /dev/null and b/Resources/Fonts/Poppins-Bold.ttf differ diff --git a/Resources/Images/facebook_logo.svg b/Resources/Images/facebook_logo.svg index 6eefa54..7b84fa9 100644 --- a/Resources/Images/facebook_logo.svg +++ b/Resources/Images/facebook_logo.svg @@ -1 +1,12 @@ - \ No newline at end of file + + + + + + + \ No newline at end of file diff --git a/ShoopNCook.csproj b/ShoopNCook.csproj index 3925dd2..7a495b3 100644 --- a/ShoopNCook.csproj +++ b/ShoopNCook.csproj @@ -49,7 +49,9 @@ + + diff --git a/Views/LoginPage.xaml b/Views/LoginPage.xaml index 100e1ea..b2f99c0 100644 --- a/Views/LoginPage.xaml +++ b/Views/LoginPage.xaml @@ -7,6 +7,7 @@