Last active
January 31, 2023 17:01
-
-
Save marceloag/9741671 to your computer and use it in GitHub Desktop.
FontAwesome CDN
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet"> |
Font Awesome v4.7.0 CDN
cdnjs1
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
BootstrapCDN
stackpath
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
maxcdn
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
Footnotes
-
Popular choice ↩
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Latest 4.*