mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-04 23:59:13 +08:00
15 lines
461 B
Markdown
15 lines
461 B
Markdown
# 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>
|
|
|
|
Distribution Github Pages
|