Commit Graph

9 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
Elliott Marquez
c1030175a0
remove es6 from demos (#713) 2019-12-19 16:49:43 -08:00
Alexander Marks
af4ea8e0c2 Remove mwc-icon-font.js
Let's just have the one way to load fonts, as documented in our README.
Updated all the demos to use the same recommendation.
2019-10-08 13:54:28 -07:00
straversi
ac75ebad0d TabBar: RTL support 2019-02-01 14:34:06 -08:00