mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
gnome-shell: change default font to cantarell
This commit is contained in:
parent
7523463106
commit
c44fe489dc
@ -25,8 +25,7 @@ $panel-corner-radius: 0px;
|
|||||||
// Globals
|
// Globals
|
||||||
//
|
//
|
||||||
$font-size: 9;
|
$font-size: 9;
|
||||||
//$font-family: Cantarell, Sans-Serif;
|
$font-family: Cantarell, Sans-Serif;
|
||||||
$font-family: Futura Bk bt, Sans-Serif;
|
|
||||||
$_bubble_bg_color: opacify($osd_bg_color,0.25);
|
$_bubble_bg_color: opacify($osd_bg_color,0.25);
|
||||||
$_bubble_fg_color: $osd_fg_color;
|
$_bubble_fg_color: $osd_fg_color;
|
||||||
$_bubble_borders_color: transparentize($osd_fg_color,0.8);
|
$_bubble_borders_color: transparentize($osd_fg_color,0.8);
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
* Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
|
* Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*/
|
*/
|
||||||
stage {
|
stage {
|
||||||
font-family: Futura Bk bt, Sans-Serif;
|
font-family: Cantarell, Sans-Serif;
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user