Update README.md

This commit is contained in:
Tommy Parnell
2019-02-20 10:55:01 -05:00
committed by GitHub
parent dbf3f770b9
commit 50175cb3da

View File

@@ -10,6 +10,7 @@ A checklist to make sure you website will be fast!
* `<link rel="preload" as="style" onload="this.rel='stylesheet'" id='dashicons-css' ` * `<link rel="preload" as="style" onload="this.rel='stylesheet'" id='dashicons-css' `
* JS loads with the async property * JS loads with the async property
* `<script async src="https://hi.js"></script>` * `<script async src="https://hi.js"></script>`
* or `defer` when scripts have dependencies
## Fonts ## Fonts