From ab4cc2fc051373d6068e3550bc6619a8f92d8703 Mon Sep 17 00:00:00 2001 From: bkraul Date: Sun, 29 Jul 2018 07:54:45 -0500 Subject: [PATCH] Fixed star issue with override --- gitea-github.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitea-github.css b/gitea-github.css index 4a414ae..4f830a6 100644 --- a/gitea-github.css +++ b/gitea-github.css @@ -1,3 +1,7 @@ +i.icon { + font-family: FontAwesome; +} + body { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important; font-size: 14px;