[gnome-shell] style: Don't specify font-family



commit 8eb5d5aac56fb9ebc881ececc98ee8e9559713d9
Author: Florian Müllner <fmuellner gnome org>
Date:   Mon Apr 8 17:52:33 2019 +0200

    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 18fd1eb426..da75431303 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;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]