From b383a89107e36f6e0811d1a1be0d6e5443716673 Mon Sep 17 00:00:00 2001 From: Rafostar <40623528+Rafostar@users.noreply.github.com> Date: Sat, 17 Oct 2020 19:51:23 +0200 Subject: [PATCH] Get rid of Noto Sans in CSS Cantarell is the default font of GNOME. We do not need to specify "Noto Sans" as fallback. --- css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index 9f446a8b..7e6bb8a4 100644 --- a/css/styles.css +++ b/css/styles.css @@ -27,7 +27,7 @@ scale marks { -gtk-icon-size: 28px; } .labelbutton { - font-family: 'Cantarell', 'Noto Sans', sans-serif; + font-family: 'Cantarell', sans-serif; font-variant-numeric: tabular-nums; font-weight: 600; } @@ -37,7 +37,7 @@ scale marks { .reavealertop { min-height: 90px; box-shadow: inset 0px 200px 10px -124px rgba(0,0,0,0.3); - font-family: 'Cantarell', 'Noto Sans', sans-serif; + font-family: 'Cantarell', sans-serif; font-size: 30px; font-weight: 500; background: transparent;