diff options
author | Rory MacQueen <rorymacqueen@gmail.com> | 2013-08-06 14:02:18 -0700 |
---|---|---|
committer | Rory MacQueen <rorymacqueen@gmail.com> | 2013-08-06 14:02:18 -0700 |
commit | f1f7ebe477c2b72b55bd6a267f42e672e66cccfc (patch) | |
tree | 8e84cdd0262e8da89812f422679948b409c2882f /data | |
parent | 488b86de7181949d45c686fa1846dfcd77ccfff9 (diff) |
Changed fonts to use BentonSans Light
Diffstat (limited to 'data')
-rw-r--r-- | data/css/eos-wikipedia-domain.css | 6 |
1 files changed, 3 insertions, 3 deletions
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); } |