diff options
author | Horst3180 | 2015-06-08 19:44:18 +0200 |
---|---|---|
committer | Horst3180 | 2015-06-08 19:44:18 +0200 |
commit | c44fe489dc3f1fe52e679be021c7cc9a6ac9640c (patch) | |
tree | 2013b589fe5a985c7eb4b31782d56222d2a083a4 /common/gnome-shell/3.16/_common.scss | |
parent | 7523463106ca8417abd2c0b755e764b2475b94dd (diff) | |
download | solarc-theme-c44fe489dc3f1fe52e679be021c7cc9a6ac9640c.tar.gz solarc-theme-c44fe489dc3f1fe52e679be021c7cc9a6ac9640c.tar.xz solarc-theme-c44fe489dc3f1fe52e679be021c7cc9a6ac9640c.zip |
gnome-shell: change default font to cantarell
Diffstat (limited to 'common/gnome-shell/3.16/_common.scss')
-rw-r--r-- | common/gnome-shell/3.16/_common.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/gnome-shell/3.16/_common.scss b/common/gnome-shell/3.16/_common.scss index 5f9d48c..08a711c 100644 --- a/common/gnome-shell/3.16/_common.scss +++ b/common/gnome-shell/3.16/_common.scss @@ -25,8 +25,7 @@ $panel-corner-radius: 0px; // Globals // $font-size: 9; -//$font-family: Cantarell, Sans-Serif; -$font-family: Futura Bk bt, Sans-Serif; +$font-family: Cantarell, Sans-Serif; $_bubble_bg_color: opacify($osd_bg_color,0.25); $_bubble_fg_color: $osd_fg_color; $_bubble_borders_color: transparentize($osd_fg_color,0.8); |