mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 12:33:18 +01:00
The solid family was chosen by default when Font Awesome was upgraded from 4 to 6, but FA6 has more families, like regular or brands. This commit adds only the fa class to the icon when no other family class is used.
12 lines
535 B
YAML
12 lines
535 B
YAML
issueNumber: MDL-82210
|
|
notes:
|
|
theme_boost:
|
|
- message: >-
|
|
Upon upgrading Font Awesome from version 4 to 6, the solid family was
|
|
selected by default. However, FA6 includes additional families such as
|
|
regular and brands. Support for these families has now been integrated,
|
|
allowing icons defined with icon_system::FONTAWESOME to use them.
|
|
Icons can add the FontAwesome family (fa-regular, fa-brands, fa-solid)
|
|
near the icon name to display it using this styling.
|
|
type: improved
|