获取最新版本的 FontAwesome 图标库资源
| 版本 | CDN 链接 (cdnjs) |
|---|---|
| v7.x | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.3.0/css/all.min.css"> |
| v6.x | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"> |
| v5.x | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"> |
| v4.x | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> |
| 版本 | CDN 链接 (jsDelivr) |
|---|---|
| v7.x | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css"> |
| v6.x | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css"> |
| v5.x | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css"> |
| v4.x | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/font-awesome.min.css"> |
| 版本 | CDN 链接 (staticfile 七牛云) |
|---|---|
| v7.x | <link rel="stylesheet" href="https://cdn.staticfile.net/font-awesome/7.3.0/css/all.min.css"> |
| v6.x | <link rel="stylesheet" href="https://cdn.staticfile.net/font-awesome/6.7.2/css/all.min.css"> |
| v5.x | <link rel="stylesheet" href="https://cdn.staticfile.net/font-awesome/5.15.4/css/all.min.css"> |
| v4.x | <link rel="stylesheet" href="https://cdn.staticfile.net/font-awesome/4.7.0/css/font-awesome.min.css"> |
npm install @fortawesome/[email protected]
yarn add @fortawesome/[email protected]
使用 npm 将包下载到本地后,文件位于 node_modules/ 目录。
| 版本 | CSS 前缀 | npm 包名 | 状态 |
|---|---|---|---|
| v7.x | fa-solid, fa-regular, fa-brands | @fortawesome/fontawesome-free | 最新 |
| v6.x | fa-solid, fa-regular, fa-brands | @fortawesome/fontawesome-free | 稳定 |
| v5.x | fas, far, fab | @fortawesome/fontawesome-free | 维护 |
| v4.x | fa | font-awesome | 旧版 |