回答編集履歴
1
追記
test
CHANGED
@@ -21,3 +21,17 @@
|
|
21
21
|
}
|
22
22
|
|
23
23
|
```
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
参考:
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
> 6. Update CSS Pseudo-element Rules If you’re using CSS pseudo-elements with version 4, upgrading to version 5 requires a fair amount of manual work. Below are the steps you’ll need to follow:
|
32
|
+
|
33
|
+
>
|
34
|
+
|
35
|
+
Update the font-family value - You’ll want to make sure you change the font-family to reference the new version of Font Awesome 5.
|
36
|
+
|
37
|
+
[Upgrading from Version 4 | Font Awesome](https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4#changes)
|