Browse Source

Был изменен шрифт Текста

gr682_bpv 4 years ago
parent
commit
fe21b53a55
1 changed files with 5 additions and 5 deletions
  1. 5 5
      HotelCalifornia/MainWindow.xaml

+ 5 - 5
HotelCalifornia/MainWindow.xaml

@@ -26,17 +26,17 @@
             <TextBlock Text="Войти" />
         </Button>
         <StackPanel HorizontalAlignment="Left" Height="206" Margin="404,88,0,0" VerticalAlignment="Top" Width="258">
-            <Label Content="Авторизация" Margin="0,0,0,0" Foreground="White" FontSize="18" FontFamily="Sergeo UI" HorizontalAlignment="Center"/>
-            <Label Content="Логин:" Margin="0,10,0,0" Foreground="White" FontSize="18" FontFamily="Sergeo UI"/>
+            <Label Content="Авторизация" Margin="0,0,0,0" Foreground="White" FontSize="18" FontFamily="Century Gothic" HorizontalAlignment="Center"/>
+            <Label Content="Логин:" Margin="0,10,0,0" Foreground="White" FontSize="18" FontFamily="Century Gothic"/>
             <StackPanel Orientation="Horizontal">
                 <materialDesign:PackIcon Kind="User" Width="30" Height="30" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
-                <TextBox Name="logintxt" Margin="0,0,0,0" FontSize="18" FontFamily="Sergeo UI" Foreground="White"
+                <TextBox Name="logintxt" Margin="0,0,0,0" FontSize="18" FontFamily="Century Gothic" Foreground="White"
   materialDesign:HintAssist.Hint="Введите логин" Width="227"/>
             </StackPanel>
-            <Label Content="Пароль:" Margin="0,10,0,0" Foreground="White" FontSize="18" FontFamily="Sergeo UI"/>
+            <Label Content="Пароль:" Margin="0,10,0,0" Foreground="White" FontSize="18" FontFamily="Century Gothic"/>
             <StackPanel Orientation="Horizontal">
                 <materialDesign:PackIcon Kind="Password" Width="30" Height="30" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
-                <PasswordBox Name="passwordtxt" materialDesign:HintAssist.Hint="Введите пароль" Foreground="White" FontSize="18" FontFamily="Sergeo UI"  HorizontalAlignment="Center" Margin="0,5,0,0" Width="226"/>
+                <PasswordBox Name="passwordtxt" materialDesign:HintAssist.Hint="Введите пароль" Foreground="White" FontSize="18" FontFamily="Century Gothic"  HorizontalAlignment="Center" Margin="0,5,0,0" Width="226"/>
             </StackPanel>
         </StackPanel>
         <Button