Skip to content

Commit

Permalink
update font to preload to fix CLS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhu2000 committed Mar 22, 2023
1 parent 7629e93 commit d5675bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="dns-prefetch" href="https://fonts.gstatic.com">

<link href="https://fonts.googleapis.com/css?family=Roboto:400" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:400" rel="preload">
<link rel="stylesheet" type="text/css" href="styles.css">

<!-- Google ad sense -->
Expand Down

0 comments on commit d5675bc

Please sign in to comment.