[gnome-shell/T27795: 14/138] theme: Use Endless' font face



commit 01a7b30f3af1f4ef01472cd84d3d9ef4f95405e0
Author: Mario Sanchez Prada <mario endlessm com>
Date:   Mon Sep 11 17:30:28 2017 +0100

    theme: Use Endless' font face
    
    This patch makes the shell use Endless' Lato fonts instead of
    the default Cantarell.
    
    https://phabricator.endlessm.com/T17230

 data/theme/gnome-shell-sass/_common.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index 9724a8f971..1c7e755071 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -36,7 +36,7 @@ $_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;
+$font-family: lato, Sans-Serif;
 
 stage {
   font-family: $font-family;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]