Skip to content

Commit

Permalink
fix: lato appbuilder function name
Browse files Browse the repository at this point in the history
  • Loading branch information
giard-alexandre committed Oct 22, 2024
1 parent 6e69fcd commit d4315ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fonts.Avalonia.Lato/AppBuilderExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Fonts.Avalonia.Lato;

public static class AppBuilderExtension {
public static AppBuilder WithJetBrainsMonoFont(this AppBuilder appBuilder) {
public static AppBuilder WithLatoFont(this AppBuilder appBuilder) {
return appBuilder.ConfigureFonts(fontManager => {
fontManager.AddFontCollection(new LatoFontCollection());
});
Expand Down

0 comments on commit d4315ce

Please sign in to comment.