[gnome-shell-sass] style: Don't specify font-family
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] style: Don't specify font-family
- Date: Sun, 5 Jan 2020 12:21:57 +0000 (UTC)
commit 647252d3bee4e6517fbe497c7fd09e8abfc4248f
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
_common.scss | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 18fd1eb..da75431 100644
--- a/_common.scss
+++ b/_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]