From cea362229776ae0fcb73ac2e016fccde53c9da3f Mon Sep 17 00:00:00 2001 From: Matt Watson Date: Tue, 15 Oct 2013 18:10:19 -0700 Subject: Themed sdk topbar with the lato font So the font on all the topbar buttons should have a common look and feel. Still not foolproof, star selecting widgets inside an app's css and changing the font family will override this [endlessm/eos-sdk#358] --- data/css/endless-widgets.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data') diff --git a/data/css/endless-widgets.css b/data/css/endless-widgets.css index 56240bf..2f289f6 100644 --- a/data/css/endless-widgets.css +++ b/data/css/endless-widgets.css @@ -5,6 +5,9 @@ /* Endless window top bar */ .top-bar { + font-family: "Lato"; + font-style: bold; + font-size: 11px; background-image: -gtk-gradient(linear, center top, center bottom, from(#464646), to(#1e1e1e)); } -- cgit v1.2.3