font awesome implentation

How do I implement “Font awesome” into my website. I am using bb theme and plugin. I came across a website stating the following

Paste the following code into the <head> section of your site’s HTML.
<link rel=“stylesheet” href=“https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css”>

How do it implement this? Or is there a better/easier way to do it?

Hi Shehryar,

The BB plugin already has Font Awesome implemented. Therefore, all you need to do is add the Font Awesome code to your page and the icons should display.

Also, if you want to ever add a custom script/style to your theme, you will want to use the WordPress wp_enqueue_script/style function.

https://developer.wordpress.org/reference/functions/wp_enqueue_script/
https://developer.wordpress.org/reference/functions/wp_enqueue_style/

Thanks,
Danny