Skip to content

Commit

Permalink
Update font-optimization.md (#42036)
Browse files Browse the repository at this point in the history
  • Loading branch information
peraltafederico committed Oct 28, 2022
1 parent cff0745 commit d07ae34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-features/font-optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default function RootLayout({
children: React.ReactNode,
}) {
return (
<html lang="en" className={localFont.className}>
<html lang="en" className={myFont.className}>
<body>{children}</body>
</html>
)
Expand Down

0 comments on commit d07ae34

Please sign in to comment.