From e3191c61d8b630ad2bf83c32790fed4840e4ae27 Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Tue, 31 Oct 2017 21:25:35 -0600 Subject: [PATCH 1/2] Add fallback fonts, for those times I'm not on the mac --- slack/orien.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slack/orien.css b/slack/orien.css index f3f30c1..dd56e12 100644 --- a/slack/orien.css +++ b/slack/orien.css @@ -230,7 +230,7 @@ li.active[class] span, #client_body, #messages_container.has_top_messages_banner:before { background: var(--background-content) !important; - font-family: "Helvetica Neue"; + font-family: Whitney, "Helvetica Neue", "Trebuchet MS", Helvetica, Arial; font-weight: medium !important; } From 6b423a061fc5ab0fadd77fb9fec4df129bc87ea8 Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Tue, 31 Oct 2017 21:27:22 -0600 Subject: [PATCH 2/2] Add another fallback --- slack/orien.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slack/orien.css b/slack/orien.css index dd56e12..e083398 100644 --- a/slack/orien.css +++ b/slack/orien.css @@ -230,7 +230,7 @@ li.active[class] span, #client_body, #messages_container.has_top_messages_banner:before { background: var(--background-content) !important; - font-family: Whitney, "Helvetica Neue", "Trebuchet MS", Helvetica, Arial; + font-family: Whitney, "Helvetica Neue", "Trebuchet MS", Helvetica, Arial, sans-serif; font-weight: medium !important; }