mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-03 15:19:15 +08:00
Create README.md
This commit is contained in:
parent
174e930977
commit
a1cf3b0e8e
12
README.md
Normal file
12
README.md
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user