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.
Sprites Available for Use Docs
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 β |
Available Styles - Web Docs
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');
@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.