This is a repository for Font Awesome Pro. It is not an official repository, but it is a repository that can be used for free provided that the license is respected. AmplifiedHQ is not responsible for any problems caused by the use of this repository.
| Name | Version | Availability |
| — | — | — |
| brands
| ` 6.4.2 | Available ✅ |
|
duotone |
6.4.2 | Available ✅ |
|
light |
6.4.2 | Available ✅ |
|
regular |
6.4.2 | Available ✅ |
|
sharp-light |
6.4.2 | Available ✅ |
|
sharp-regular |
6.4.2 | Available ✅ |
|
sharp-solid |
6.4.2 | Available ✅ |
|
solid |
6.4.2 | Available ✅ |
|
thin |
6.4.2` | Available ✅ |
| Style | Availability |
| — | — |
| css
| Available ✅ |
| js
| Available ✅ |
| less
| Available ✅ |
| sass
| Available ✅ |
| scss
| Available ✅ |
<link rel="stylesheet" href="https://amplifiedhq.github.io/fa-pro/css/all.css">
Note: If you want to use a specific style, you can use the following link.
<link rel="stylesheet" href="https://amplifiedhq.github.io/fa-pro/css/<style>.css">
<script defer src="https://amplifiedhq.github.io/fa-pro/js/all.js"></script>
Note: If you want to use a specific style, you can use the following link.
<script defer src="https://amplifiedhq.github.io/fa-pro/js/<style>.js"></script>
@import url('https://amplifiedhq.github.io/fa-pro/less/solid.less');
Note: If you want to use a specific style, you can use the following link.
@import url('https://amplifiedhq.github.io/fa-pro/less/<style>.less');
SCSS
@import url('https://amplifiedhq.github.io/fa-pro/scss/solid.scss');
Note: If you want to use a specific style, you can use the following link.
@import url('https://amplifiedhq.github.io/fa-pro/scss/<style>.scss');
@font-face {
font-family: 'Font Awesome 6 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(https://amplifiedhq.github.io/fa-pro/webfonts/fa-brands-400.woff2) format('woff2'), url(https://amplifiedhq.github.io/fa-pro/webfonts/fa-brands-400.tff) format('truetype');
}
<!-- OR -->
@font-face {
font-family: 'Font Awesome 6.4 Regular';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(https://amplifiedhq.github.io/fa-pro/webfonts/fa-regular-400.woff2) format('woff2'), url(https://amplifiedhq.github.io/fa-pro/webfonts/fa-regular-400.ttf) format('truetype');
}
Note: If you want to use a specific style, you can use the following link.
This repository is not an official repository, but it is a repository that can be used for free provided that the license is respected. AmplifiedHQ is not responsible for any problems caused by the use of this repository.