Skip to content

Latest commit

 

History

History
90 lines (79 loc) · 3.2 KB

README.md

File metadata and controls

90 lines (79 loc) · 3.2 KB

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 ✅

How to Use - Web

CSS

<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">

JS

<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>

LESS

@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');

How to Use - Webfonts with CSS

CSS

@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.

License

Font Awesome Pro License

Disclaimer

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.