From 095ba407ca19ae0dd4800aeb733245d27cb8525e Mon Sep 17 00:00:00 2001 From: EliverLara Date: Sat, 27 Feb 2021 14:25:40 -0600 Subject: [PATCH] Gnome-shell: Theme now uses system font --- gnome-shell/_common.scss | 2 -- gnome-shell/gnome-shell.css | 1 - 2 files changed, 3 deletions(-) diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index f12dded..a9e3eea 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -3,7 +3,6 @@ $corner-radius: 2px; /* GLOBALS */ $font-size: 10; -$font-family: Roboto,Ubuntu, Cantarell, Sans-Serif; $_bubble_bg_color: $osd_bg_color; $_bubble_fg_color: $fg_color; $_bubble_borders_color: $fg_color; @@ -11,7 +10,6 @@ $_bubble_transparent: transparentize($osd_bg_color, 0.17); $topbar_bg_color: transparentize($dracula,0.05); stage { - font-family: $font-family; @include fontsize($font-size); color: $fg_color; } diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 24ebeba..84d41b8 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -3,7 +3,6 @@ *****************/ /* GLOBALS */ stage { - font-family: Roboto, Ubuntu, Cantarell, Sans-Serif; font-size: 10pt; color: #98abb2; }