From e9519cb483704cc9158cb3646c80fabe1e57aa4b Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Fri, 18 Oct 2013 13:56:58 -0700 Subject: wikipedia: Use Lato fonts Fonts are changed according to the conversion table. It turns out that what we thought was the "Benton Sans correction" does not only apply to Benton Sans - I think it is due to GTK's lack of baseline alignment, something that has been rectified in GTK 3.10. [endlessm/eos-sdk#361] --- data/css/eos-wikipedia-domain.css | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'data') diff --git a/data/css/eos-wikipedia-domain.css b/data/css/eos-wikipedia-domain.css index 5e42acd..80e275d 100644 --- a/data/css/eos-wikipedia-domain.css +++ b/data/css/eos-wikipedia-domain.css @@ -1,9 +1,9 @@ * { - font-family: "Source Sans Pro"; + font-family: Lato; } .title { - font-family: "BentonSans ExtraLight"; + font-family: "Lato Light"; color: #ffffff; text-shadow: 0px 1px 0px alpha(#23326e, 0.15); padding-top: 15px; @@ -14,8 +14,7 @@ } .title.category.front-page { - font-size: 40px; - padding-top: 9px; + font-size: 42px; } Gjs_ArticleList{ @@ -27,9 +26,8 @@ Gjs_ArticleList .button { padding-right: 25px; padding-top: 15px; padding-bottom: 15px; - font-size: 15px; + font-size: 14px; color: #464646; - font-family: "Source Sans Pro"; background-image: url('resource:///com/endlessm/wikipedia-domain/assets/submenu_bg_normal.jpg'); background-size: cover; } @@ -59,8 +57,7 @@ Gjs_ArticleList .scrollbar.slider { .category-page #category_description{ color:rgba(255, 255, 255, 1.0); background-color: rgba(0, 0, 0, 0); - font-size: 12px; - font-family: "Source Sans Pro"; + font-size: 11px; } .category-page #category_scrolled_window .scrollbar.slider { @@ -69,10 +66,8 @@ Gjs_ArticleList .scrollbar.slider { } .category-page #category_title{ - /* Top padding is hack because we have bad version of BentonSans */ - padding-top: 20px; - font-family: "BentonSans ExtraLight"; - font-size: 52px; + font-family: "Lato Light"; + font-size: 50px; color: rgba(255, 255, 255, 0.9); } -- cgit v1.2.3