You can just add this within the <head> tags of any html file inside the client folder. Also you can take out the âhttp:â and you wonât get an error when using SSL
Oops, posted at first with the wrong account. I hate to zombie-bump an old thread, but with NPM available in Meteor there is a much better way to do this. And this is still the top google result for âmeteor google fontsâ.
The method above waits until the DOM is loaded to download webfontloader, which then has to go out and request the fonts you want. Better to bundle webfontloader and streamline the process:
Run npm install webfontloader, then place anywhere client side: