Magento – Magento 2 – How to use font awesome icons using cdn url

cdnmagento2

I'm new to Magento 2.

I would like to know how to use font awesome icons in my magento 2 project particularly in linking the cdn url to my project where about would I add this link?

Thanks

Best Answer

You have to use absolute url instead of relative url to import font in css file like :

../font/fontfilename => http://www.yourdomain/skin/frontend/namespace/theme/font/fontfilename
Related Topic