How to Set up font-awesome on Sass

138 Views Asked by At

I'm fairly new to Sass and I'm trying to set up font-awesome for my web development projects. I've just installed the gem through the terminal (I'm using a mac) which went succesfull. Also in my <head>..</head> I'm linking to MAXCDN and hope to download as less files as possible.

If I'm correct I shouldn't download any files since I'm using MAXCDN, is this correct?

I came across this link:Using FontAwesome with Sass which explains a lot, but doesn't answer my question. This link explains how to set it up if you're downloading font-awesome. But I prefer not to download it and just link it to MAXCDN inside my <head>..</head>.

I don't want to download font-awesome for every project.

0

There are 0 best solutions below