From f07fb4fd58a2803ffe4c2047d016f3dfef211f85 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Tue, 22 Aug 2023 14:57:58 -0500 Subject: [PATCH] time: Revert to Source Sans lnum, tnum defaults. Source Sans 3 defaults to lining (lnum), tabular (tnum) figures, the latter of which is necessary to have times like 11:11 and 11:18 line up in short, adjacent messages. CZO discussion: https://chat.zulip.org/#narrow/stream/6-frontend/topic/redesigned.20hover.20icons.20.2326283/near/1629117 --- web/styles/zulip.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/styles/zulip.css b/web/styles/zulip.css index aae8a899e8..3292d3ffb0 100644 --- a/web/styles/zulip.css +++ b/web/styles/zulip.css @@ -1152,9 +1152,6 @@ td.pointer { text-align: right; opacity: 0.8; color: var(--color-text-default); - font-feature-settings: - "pnum" on, - "lnum" on; letter-spacing: 0.02em; /* Disable blue link styling for the message timestamp link. */ &:hover {