mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
1.0 KiB
1.0 KiB
title | layout | introduction | color | name | icon | icon_brand |
---|---|---|---|---|---|---|
Bulma supports Font Awesome 5 | post | No change required! | info | Font Awesome 5 | font-awesome-alt | true |
Bulma is icon library agnostic: this means that you can use any icon font library (like Font Awesome 4 or 5, Material Design Icons, Open Iconic, Ionicons…) with Bulma's icon
class.
As a result, Bulma already supports Font Awesome 5! 😃
Since the icon
element is simply a container for any icon font *allowing the layout to reserve a spot for the icon while it loads), it supports any size of Font Awesome 4 and 5.
For the sake of being in sync with Bulma users, I've recently updated the website to actually use Font Awesome 5! The process of migrating from Font Awesome 4 to 5 is straightforward. You simply need to:
- include Font Awesome 5 instead, using the script tag
- replace
fa
classes with theirfas
andfab
equivalents
That's it!
Check out the icon documentation.