Merge pull request #1450 from Xiretza/style-css-use-fontawesome

This commit is contained in:
Alex
2022-03-03 18:38:05 +01:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
* { * {
/* `otf-font-awesome` is required to be installed for icons */ /* `otf-font-awesome` is required to be installed for icons */
font-family: Roboto, Helvetica, Arial, sans-serif; font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 13px; font-size: 13px;
} }