Material design avoid google fonts download

Hi

I install material design from getmdl.io, using bower:
bower install material-design-lite --save

I want to avoid the google fonts download.

Instead of referencing by the web :

How can i download and install on my ionic app ?

I download this file :
https://fonts.googleapis.com/icon?family=Material+Icons

And the font file, :
https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2

What is the best practice to store these files and them reference locally?