Just a heads up - I'm not familiar with HTML/CSS/JS. This template is pre-made, and I'm simply making some adjustments to it.
Hello, I'm currently working on my portfolio website and I want to display my projects based on the programming language they were written in. For R projects, I'd like to use an R icon, and for Python projects, a Python icon. When using the fa-python icon, all I see is a white circle. Here is the code along with an image:
<span class="icon solid major fa-code" ></span>
Image for the first code: https://i.stack.imgur.com/TIQFW.png
This is what I'm attempting to achieve:
<span class="icon solid major fa-python" ></span>