theme: enable tabular numbers in GtkCalendar
authorTimm Bäder <mail@baedert.org>
Sat, 16 Oct 2021 13:56:46 +0000 (15:56 +0200)
committerTimm Bäder <mail@baedert.org>
Sun, 17 Oct 2021 09:12:14 +0000 (11:12 +0200)
It aligns numbers a lot so this makes sense.

gtk/theme/Default/_common.scss

index e3129bd4d5d21b82d5e51273667eaaeda9480e86..ebef2a800ce26378fd6e0b3bc4860296ca6bb289 100644 (file)
@@ -3443,6 +3443,7 @@ expander-widget {
 calendar {
   color: $text_color;
   border: 1px solid $borders_color;
+  font-feature-settings: "tnum";
 
   > header {
     border-bottom: 1px solid $borders_color;