From 6d5e3289286bb2f5cc2f2be06ce0098ce31da26b Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 2 Oct 2019 10:27:43 +0100 Subject: [PATCH] feat(style): add comment about icons font --- resources/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/style.css b/resources/style.css index b0215cf6..e21ae00e 100644 --- a/resources/style.css +++ b/resources/style.css @@ -1,6 +1,7 @@ * { border: none; border-radius: 0; + /* `otf-font-awesome` is required to be installed for icons */ font-family: Roboto, Helvetica, Arial, sans-serif; font-size: 13px; min-height: 0;