Skip to content

RealNath/Font-Awesome-Pro-Free

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Font-Awesome-Pro-Free

thumbnail

Automatically obtain the latest Pro CDN of Font Awesome icons for free (for educational purpose and personal testing only)

Author's Note

This small automated project was created for educational purposes only. This was created to practice and play with GitHub Actions. This repository was publicized as a demonstration and example of GitHub Actions's automation for you to peek at the code, as well as previewing the icons before buying Pro.

Only use this for personal testing or previewing the way your websites look with the icons before paying the premium ("free trial"). Do support Font Awesome and buy their Pro plan here if you can afford it!
https://fontawesome.com/plans

Usage

Latest release: v7.0.1

    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/all.css">

Some icon families may not work with the all.css, try using the specific family (scroll down)

To obtain an individual icon's svg directly:

https://site-assets.fontawesome.com/releases/v7.0.1/svgs-full/{icon-family}-{style}/{icon-name}.svg
https://site-assets.fontawesome.com/releases/v7.0.1/svgs/{icon-family}-{style}/{icon-name}.svg

Note:

  • List of available icon families and their styles: https://docs.fontawesome.com/web/dig-deeper/styles
  • Replace {icon-family} with the kebab-case form of an icon family, in lowercase
    • Exception: Classic: classic- is omitted
      • e.g Classic, Solid, globe-stand: https://site-assets.fontawesome.com/releases/v7.0.1/svgs-full/solid/globe-stand.svg
  • Replace {style} with a family's style, in lowercase
    • Exception: Duotone Solid: -solid is omitted
      • e.g Duotone, Solid, globe-stand: https://site-assets.fontawesome.com/releases/v7.0.1/svgs-full/duotone/globe-stand.svg
  • Replace {icon-name} with the icon name found in FA's website
  • Example: Sharp Duotone, Light, global-stand: https://site-assets.fontawesome.com/releases/v7.0.1/svgs/sharp-duotone-light/globe-stand.svg
Classic
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/solid.css">
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/regular.css">
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/light.css">
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/thin.css">
Duotone
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/duotone.css">
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/duotone-regular.css">
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/duotone-light.css">
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/duotone-thin.css">
Sharp
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/sharp-solid.css">
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/sharp-regular.css">
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/sharp-light.css">
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/sharp-thin.css">
Sharp Duotone
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/sharp-duotone-solid.css">
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/sharp-duotone-regular.css">
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/sharp-duotone-light.css">
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/sharp-duotone-thin.css">
Brands
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/brands.css">
Chisel
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/chisel-regular.css">
Etch
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/etch-solid.css">
Jelly
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/jelly-regular.css">
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/jelly-duo-regular.css">
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/jelly-fill-regular.css">
Notdog
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/notdog-solid.css">
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/notdog-duo-solid.css">
Slab
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/slab-regular.css">
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/slab-press-regular.css">
Thumprint
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/thumbprint-light.css">
Whiteboard
    <link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v7.0.1/css/whiteboard-semibold.css">