moodle/.upgradenotes/MDL-82210-2024070210360255.yml
Sara Arjona 774ea7ca29
MDL-82210 output: Add support to FontAwesome families
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.
2024-07-12 10:59:00 +02:00

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