According to api link, it gives you nothing but woff2. Which, like Leshma said, has crap support.
One guy suggested this:
You have to download the font using different browsers and watching the web inspector, thats because google detects which font type needs your browser.
So the solution to your browsersupport problem is that you need to go to firefox stick this adress in there
https://fonts.googleapis.com/css?family=Eagle+Lake. Get the src line and stick it in your css. You can, mybe, not 100% sure how this works with font urls(I generally work with filepaths when I add fonts), have multiple src-s, inside one @font-face to make sure you have full browser support. Like src-s to eot and truetype url-s. You could just replace the entire woff2 src with the woff src you got from firefox. Because woff works with more browsers.