add display=swap to google fonts to avoid hidden text on load
This commit is contained in:
parent
37292a75de
commit
ab464bd698
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user