From 2443ed318c24580a2e1d3d25cb3803def35f5a7e Mon Sep 17 00:00:00 2001 From: root Date: Sat, 28 Jul 2018 14:48:58 -0500 Subject: [PATCH] Added fix to star glyph --- gitea-github.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitea-github.css b/gitea-github.css index 70245d4..4514dee 100644 --- a/gitea-github.css +++ b/gitea-github.css @@ -1,3 +1,7 @@ +i.icon.fa-star-o.icon { + font-family: "FontAwesome" !important; +} + 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;