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
commit 4635e8c5f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
* {
/* `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;
}