LOAD A WEB FONT EASILY

In a script tag in your head, you can load fonts like this:

WebFont.load({ 
	custom: {
     families: ['AxFFDIN', 'AxLLCircular'],
     urls: ['/static/css/fonts.css']
     }
   })
end of storey Last modified: