Google Material Icon Fonts:

https://developers.google.com/fonts/docs/material_icons

We need setup method 2 (self hosting) for privacy reasons.

Download MaterialIcons-Regular.ttf from
https://github.com/google/material-design-icons/tree/master/font

and copy to
src/app/assets/fonts

Generate woff and woff2 files:

Use Ubuntu packages woff-tools and woff2 or this JavaScript code https://github.com/odemiral/woff2sfnt-sfnt2woff
(Used the Ubuntu packages, not tried the JS converting code)

sfnt2woff MaterialIcons-Regular.ttf

woff2_compress MaterialIcons-Regular.ttf

(The tools ar able to convert .odt and .ttf files.)

(Removed the .eot file (Seems only to be necessary for IE 6-8))

See: https://github.com/google/material-design-icons/issues/1092
