summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2013-10-18 13:56:58 -0700
committerPhilip Chimento <philip@endlessm.com>2013-10-18 13:56:58 -0700
commite9519cb483704cc9158cb3646c80fabe1e57aa4b (patch)
tree7e7a76e28ba913a64ea94b501c7e050bf0530293 /data
parent60369d32ec26deba64766b58b4470d7b9c8a629f (diff)
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]
Diffstat (limited to 'data')
-rw-r--r--data/css/eos-wikipedia-domain.css19
1 files changed, 7 insertions, 12 deletions
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);
}