Browse Source

use the font 'Inter' for fluent theme.

pull/4791/head
Dan Walmsley 6 years ago
parent
commit
60c2cd3ebe
  1. 2
      src/Avalonia.Themes.Fluent/Accents/Base.xaml
  2. BIN
      src/Avalonia.Themes.Fluent/Assets/Inter-Bold.ttf
  3. BIN
      src/Avalonia.Themes.Fluent/Assets/Inter-ExtraLight.ttf
  4. BIN
      src/Avalonia.Themes.Fluent/Assets/Inter-Light.ttf
  5. BIN
      src/Avalonia.Themes.Fluent/Assets/Inter-Medium.ttf
  6. BIN
      src/Avalonia.Themes.Fluent/Assets/Inter-Regular.ttf
  7. BIN
      src/Avalonia.Themes.Fluent/Assets/Inter-SemiBold.ttf
  8. BIN
      src/Avalonia.Themes.Fluent/Assets/Inter-Thin.ttf
  9. BIN
      src/Avalonia.Themes.Fluent/Assets/Roboto-Black.ttf
  10. BIN
      src/Avalonia.Themes.Fluent/Assets/Roboto-Bold.ttf
  11. BIN
      src/Avalonia.Themes.Fluent/Assets/Roboto-Light.ttf
  12. BIN
      src/Avalonia.Themes.Fluent/Assets/Roboto-Medium.ttf
  13. BIN
      src/Avalonia.Themes.Fluent/Assets/Roboto-Regular.ttf
  14. BIN
      src/Avalonia.Themes.Fluent/Assets/Roboto-Thin.ttf

2
src/Avalonia.Themes.Fluent/Accents/Base.xaml

@ -12,7 +12,7 @@
<Color x:Key="SystemColorHotlightColor">#FF0066CC</Color>
<Color x:Key="SystemColorWindowColor">#FFFFFFFF</Color>
<Color x:Key="SystemColorWindowTextColor">#FF000000</Color>
<FontFamily x:Key="ContentControlThemeFontFamily">avares://Avalonia.Themes.Fluent/Assets#Roboto</FontFamily>
<FontFamily x:Key="ContentControlThemeFontFamily">avares://Avalonia.Themes.Fluent/Assets#Inter</FontFamily>
<sys:Double x:Key="ControlContentThemeFontSize">14</sys:Double>
<SolidColorBrush x:Key="SystemControlTransparentBrush" Color="Transparent" />

BIN
src/Avalonia.Themes.Fluent/Assets/Inter-Bold.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Inter-ExtraLight.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Inter-Light.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Inter-Medium.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Inter-Regular.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Inter-SemiBold.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Inter-Thin.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Roboto-Black.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Roboto-Bold.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Roboto-Light.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Roboto-Medium.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Roboto-Regular.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Roboto-Thin.ttf

Binary file not shown.
Loading…
Cancel
Save