mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-04 23:59:13 +08:00
17 lines
680 B
Markdown
17 lines
680 B
Markdown
# Font-Awesome
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
|
|
|
|
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
|