If you want to use a custom font, make sure its installed on your server.
Discription
The Font Awesome CDN
Font Awesome is hosted on the Cloudflare CDN (content delivery network). This means that if you link directly to their CSS file, it will be served from the closest location possible. In theory this should give us faster loading times and better performance for our users. If we were using an icon from Font Awesome in our HTML, we could just add a tag like so:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min
https://t.co/XejyZ5u5wu
References
Back to Main