Create README.md

This commit is contained in:
Kadir Selçuk 2021-02-02 08:08:48 +03:00 committed by GitHub
parent 174e930977
commit a1cf3b0e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# Font-Awesome
The iconic SVG, font, and CSS toolkit
<head>
<link href="/your-path-to-fontawesome/css/all.css" rel="stylesheet"> <!--load all styles -->
</head>
<body>
<i class="fas fa-user"></i> <!-- uses solid style -->
<i class="far fa-user"></i> <!-- uses regular style -->
<i class="fal fa-user"></i> <!-- uses light style -->
<!--brand icon-->
<i class="fab fa-github-square"></i> <!-- uses brands style -->
</body>