Skip to content

Commit

Permalink
📝 Improve the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Jan 18, 2024
1 parent 5472684 commit e497c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Laravel Webfonts primary functionality while in production is to provide a simpl

This is done by reading the compiled `woff2` fonts from your Vite or Bud manifest and generating the appropriate markup for you to place inside of `<head>`.

In most cases, you can simply use the `@preloadFonts` Blade directive to handle building and echoing the font preload HTML markup..
In most cases, you can simply use the `@preloadFonts` Blade directive to handle building and echoing the font preload HTML markup.

Alternatively to the Blade directive, you can access the `PreloadFonts` class directly using the `Webfonts` Facade:

Expand Down

0 comments on commit e497c17

Please sign in to comment.