add display=swap to google fonts to avoid hidden text on load

This commit is contained in:
David 2022-03-19 15:13:44 -04:00
parent 37292a75de
commit ab464bd698

View File

@ -22,7 +22,7 @@
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Acme|Lato"
href="https://fonts.googleapis.com/css?family=Acme|Lato&display=swap"
rel="stylesheet"
/>
<link media="screen" rel="stylesheet" type="text/css" href="css/site.css" />