diff --git a/docs/_data/icons.json b/docs/_data/icons.json index be170e5b..584063a3 100644 --- a/docs/_data/icons.json +++ b/docs/_data/icons.json @@ -1,7 +1,6 @@ { "fontawesome4": "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css", "fontawesome5": "https://use.fontawesome.com/releases/v5.3.1/js/all.js", - "iconic": "https://cdnjs.cloudflare.com/ajax/libs/open-iconic/1.1.1/font/css/open-iconic.min.css", "ionicons": "https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css", "mdi": "https://cdn.materialdesignicons.com/2.1.19/css/materialdesignicons.min.css" } diff --git a/docs/_includes/global/head.html b/docs/_includes/global/head.html index 76bddc5f..cb8556c8 100644 --- a/docs/_includes/global/head.html +++ b/docs/_includes/global/head.html @@ -9,9 +9,6 @@ {% if page.fontawesome4 %} {% endif %} - {% if page.iconic %} - - {% endif %} {% if page.ionicons %} {% endif %} diff --git a/docs/_posts/2018-01-18-bulma-supports-font-awesome-5.md b/docs/_posts/2018-01-18-bulma-supports-font-awesome-5.md index 59ad057c..c0bc0e8c 100644 --- a/docs/_posts/2018-01-18-bulma-supports-font-awesome-5.md +++ b/docs/_posts/2018-01-18-bulma-supports-font-awesome-5.md @@ -8,7 +8,7 @@ icon: "font-awesome" icon_brand: 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. +Bulma is **icon library agnostic**: this means that you can use _any_ icon font library (like Font Awesome 4 or 5, Material Design Icons, Ionicons…) with Bulma's `icon` class. As a result, **Bulma already supports Font Awesome 5**! 😃 diff --git a/docs/documentation/elements/icon.html b/docs/documentation/elements/icon.html index 7f235467..3dcd0353 100644 --- a/docs/documentation/elements/icon.html +++ b/docs/documentation/elements/icon.html @@ -1,8 +1,7 @@ --- title: Icon -subtitle: "Bulma is compatible with all icon font libraries: Font Awesome 5, Font Awesome 4, Material Design Icons, Open Iconic, Ionicons etc." +subtitle: "Bulma is compatible with all icon font libraries: Font Awesome 5, Font Awesome 4, Material Design Icons, Ionicons, etc." fontawesome4: true -iconic: true ionicons: true mdi: true layout: documentation @@ -751,104 +750,6 @@ meta: -{% include elements/anchor.html name="Open Iconic" %} - -
-

- Here is how the icon container can be used with Open Iconic. -

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Container classContainer sizeIconic classIcon sizeResult
- icon is-small - - 1rem x 1rem - - oi [data-glyph=puzzle-piece] - - 1em - - - - -
- icon - - 1.5rem x 1.5rem - - oi [data-glyph=puzzle-piece] - - 1em - - - - -
- icon is-medium - - 2rem x 2rem - - oi [data-glyph=puzzle-piece] - - 1em - - - - -
- icon is-large - - 3rem x 3rem - - oi [data-glyph=puzzle-piece] - - 1em - - - - -
- {% include elements/anchor.html name="Ionicons" %}