Update Font Awesome 5 to 6

This makes it less likely that new users will get confused and
accidentally use fallback fonts.
This commit is contained in:
Stanislav Ochotnický 2022-12-21 17:06:25 +01:00
parent 23d47656e4
commit c0e0702a6c
5 changed files with 9 additions and 9 deletions

View file

@ -38,7 +38,7 @@ For example, to render _backlight_ as " 20%", you could use:
```
content:
- string:
font: Font Awesome 5 Free:style=solid:pixelsize=14
font: Font Awesome 6 Free:style=solid:pixelsize=14
text: 
- string:
font: Adobe Helvetica:pixelsize=12
@ -91,7 +91,7 @@ In these cases, you can define an anchor point, either at top-level,
or in a module's _anchors_ attribute:
```
awesome: &awesome Font Awesome 5 Free:style=solid:pixelsize=14
awesome: &awesome Font Awesome 6 Free:style=solid:pixelsize=14
```