You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Right now we're loading the material icons typeface from our own repo, which weighs in at 44kb uncompressed (it gets compressed automatically when deployed).
Given that we only use a couple of the icons, we should probably generate our own version of the typeface. At the very least, we should serve from the google CDN instead of our own server.