Fontawesome support
Add support for Fontawesome
-
Ole Rößner commented
As long as fontawesome provides their css cdn, you can import is easily by adding `@import url("https://use.fontawesome.com/releases/v5.9.0/css/all.css");`to the css-editor. after that you can add things like `<i class="fas fa-envelope"></i>` to the slides source code.
-
Adam commented
+3
-
Miklós Galicz commented
It would be great to use Font Awesome in the presentations!
-
Anonymous commented
Is there an update here?
Keen to see font awesome added or at least the ability to add it.You can change the text to html and add it but it throws an error
(presumably cause it is a 3rd party JS)Can you please add font awesome to the library so we can extend text with these icons?
thanks.
-
brett.jr.alton commented
For those who don't know, font awesome is an icon-based font which gives users the ability to add high-resolution, flat icons that are scalable and "lite" to use, re-use and animate using CSS3/JS.