ineesalmeida/almeida-cv

Use additional FontAwesome icons?

Closed this issue · 1 comments

I am attempting to use additional font awesome icons but they are showing up as empty squares.

The Code:

    - Icon: fas fa-linkedin
      Info: linkedin.com/in/name
    - Icon: fas fa-github
      Info: github.com/name

The result:
image

Ooof, I just solved this right after I hit submit...

The code needs to have fab not fas.

Working:

    - Icon: fab fa-linkedin
      Info: linkedin.com/in/name
    - Icon: fab fa-github
      Info: github.com/name