summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormattdangerw <mattdangerw@gmail.com>2013-10-22 11:08:57 -0700
committermattdangerw <mattdangerw@gmail.com>2013-10-22 11:08:57 -0700
commitfb50c457ab4f2594208c74931e42ad4310368dcf (patch)
treee90fe6e60486aabb82139d60ac2598b690d3758a /data
parentc602cb4de449684f5fab14b6eddd33c73f165141 (diff)
parente9519cb483704cc9158cb3646c80fabe1e57aa4b (diff)
Merge pull request #365 from endlessm/issues/361
wikipedia: Use Lato fonts
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);
}