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; }