From 8eb5d5aac56fb9ebc881ececc98ee8e9559713d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 8 Apr 2019 17:52:33 +0200 Subject: [PATCH] style: Don't specify font-family Now that the default font follows the interface setting, stop overriding it in the CSS. https://bugzilla.gnome.org/show_bug.cgi?id=688288 --- data/theme/gnome-shell-sass/_common.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss index 18fd1eb42..da7543130 100644 --- a/data/theme/gnome-shell-sass/_common.scss +++ b/data/theme/gnome-shell-sass/_common.scss @@ -36,10 +36,8 @@ $_hover_bg_color: lighten($bg_color,if($variant=='light', 5%, 3%)); $_active_bg_color: if($variant == 'light', darken($bg_color, 14%), darken($bg_color, 9%)); $font-size: 11; -$font-family: Cantarell, Sans-Serif; stage { - font-family: $font-family; @include fontsize($font-size); color: $fg_color; }