Commit Graph

6 Commits

Author SHA1 Message Date
Brian Taylor Vann
4c462cbaab Remove crossorigin errors for preload links in Chrome.
"The resource https://fonts.googleapis.com/css?family=Material+Icons&display=block was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally."

"The resource https://fonts.googleapis.com/css?family=Roboto:300,400,500 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally."

Can reproduce locally.
Removing the cross-origin attribute removes errors.
Tested:
- Chrome
- Firefox
- Safari
2020-07-27 23:11:37 +00:00
Brian Taylor Vann
5fadab1df5 adjust index.js import to be below links (bad formatting in a batch find/replace) 2020-07-17 20:58:06 +00:00
Brian Taylor Vann
ab17d39a4d Preload fonts before render 2020-07-17 20:46:43 +00:00
Elliott Marquez
80c581609c fix(demos): styles on FF 2020-07-15 14:06:38 -04:00
Elton Leander Pinto
2c85b5261c
find and replace all typos (#1516) 2020-07-10 10:28:28 -07:00
Elliott Marquez
d3a35a44e1 docs(demos): demos built for speed 2020-05-06 20:30:44 -07:00