Skip to content

Commit

Permalink
Adding display swap to Google Fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
george-gca authored Jan 28, 2024
1 parent f3d3efa commit fa5b411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
defer
rel="stylesheet"
type="text/css"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons&display=swap"
>

<!-- Code Syntax Highlighting -->
Expand Down

0 comments on commit fa5b411

Please sign in to comment.