From f1f7ebe477c2b72b55bd6a267f42e672e66cccfc Mon Sep 17 00:00:00 2001 From: Rory MacQueen Date: Tue, 6 Aug 2013 14:02:18 -0700 Subject: Changed fonts to use BentonSans Light --- data/css/eos-wikipedia-domain.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/css/eos-wikipedia-domain.css b/data/css/eos-wikipedia-domain.css index f6a6ae5..bf52b52 100644 --- a/data/css/eos-wikipedia-domain.css +++ b/data/css/eos-wikipedia-domain.css @@ -1,9 +1,9 @@ * { - font-family: "BentonSans Regular"; + font-family: "Source Sans Pro"; } .title.front-page { - font-family: "BentonSans Thin"; + font-family: "BentonSans ExtraLight"; font-size: 100px; color: #ffffff; text-shadow: 0px 1px 0px alpha(#23326e, 0.15); @@ -57,7 +57,7 @@ Gjs_ArticleList .button:active { #category_title{ /* Top padding is hack because we have bad version of BentonSans */ padding-top: 20px; - font-family: "BentonSans Light"; + font-family: "BentonSans ExtraLight"; font-size: 52px; color: rgba(255, 255, 255, 0.9); } -- cgit v1.2.3