diff --git a/MAUI_Weather/App.xaml b/MAUI_Weather/App.xaml index 7d2ab70..cd0e530 100644 --- a/MAUI_Weather/App.xaml +++ b/MAUI_Weather/App.xaml @@ -8,6 +8,7 @@ + diff --git a/MAUI_Weather/MAUI_Weather.csproj b/MAUI_Weather/MAUI_Weather.csproj index 862e6fe..ef9e591 100644 --- a/MAUI_Weather/MAUI_Weather.csproj +++ b/MAUI_Weather/MAUI_Weather.csproj @@ -60,6 +60,9 @@ MSBuild:Compile + + MSBuild:Compile + diff --git a/MAUI_Weather/MVVM/Views/WeatherView.xaml b/MAUI_Weather/MVVM/Views/WeatherView.xaml index 508eda8..fb18cab 100644 --- a/MAUI_Weather/MVVM/Views/WeatherView.xaml +++ b/MAUI_Weather/MVVM/Views/WeatherView.xaml @@ -5,9 +5,16 @@ Title="WeatherView"> + + + + \ No newline at end of file diff --git a/MAUI_Weather/MauiProgram.cs b/MAUI_Weather/MauiProgram.cs index d350062..24d8a80 100644 --- a/MAUI_Weather/MauiProgram.cs +++ b/MAUI_Weather/MauiProgram.cs @@ -13,6 +13,8 @@ public static class MauiProgram { fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold"); + fonts.AddFont("Rubik-Light.ttf", "RubikLight"); + fonts.AddFont("Rubik-Regular.ttf", "Rubik"); }); #if DEBUG diff --git a/MAUI_Weather/Resources/Fonts/Rubik-Light.ttf b/MAUI_Weather/Resources/Fonts/Rubik-Light.ttf new file mode 100644 index 0000000..b899363 Binary files /dev/null and b/MAUI_Weather/Resources/Fonts/Rubik-Light.ttf differ diff --git a/MAUI_Weather/Resources/Fonts/Rubik-Regular.ttf b/MAUI_Weather/Resources/Fonts/Rubik-Regular.ttf new file mode 100644 index 0000000..0e2a6f4 Binary files /dev/null and b/MAUI_Weather/Resources/Fonts/Rubik-Regular.ttf differ diff --git a/MAUI_Weather/Resources/Styles/AppStyles.xaml b/MAUI_Weather/Resources/Styles/AppStyles.xaml new file mode 100644 index 0000000..1cceda3 --- /dev/null +++ b/MAUI_Weather/Resources/Styles/AppStyles.xaml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/MAUI_Weather/Resources/Styles/Colors.xaml b/MAUI_Weather/Resources/Styles/Colors.xaml index 0184720..b172a32 100644 --- a/MAUI_Weather/Resources/Styles/Colors.xaml +++ b/MAUI_Weather/Resources/Styles/Colors.xaml @@ -8,6 +8,9 @@ https://colorhunt.co/palette/0c134f1d267d5c469cd4adfc --> #0c134f + #d4adfc + + #512BD4 #DFD8F7