Mercurial > hg-website
changeset 394:26e528281d00
added DejaVuSans in front of every Helvetica, because helvetica is a bitmap font on linux → https://bitbucket.org/segv/hg-website/issue/8/use-dejavusans-too-instead-of-just .
author | Arne Babenhauserheide <arne.babenhauserheide@fzk.de> |
---|---|
date | Mon, 11 Feb 2013 12:44:38 +0100 |
parents | 5dc640877bb8 |
children | 8c86fcab8178 |
files | static/css/styles.css |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/static/css/styles.css Mon Feb 11 12:42:45 2013 +0100 +++ b/static/css/styles.css Mon Feb 11 12:44:38 2013 +0100 @@ -52,7 +52,7 @@ /* * Forms */ -input, textarea, select { font-family: Helvetica, Arial, sans-serif; font-size: .8571em; vertical-align: top; } +input, textarea, select { font-family: DejaVuSans, Helvetica, Arial, sans-serif; font-size: .8571em; vertical-align: top; } textarea { overflow: auto; width: 220px; height: 90px; } form ol { margin: 0; } form ol li { list-style: none; margin: 0 0 10px 0; display: inline-block; overflow: hidden; } @@ -102,7 +102,7 @@ /* * Nav */ -#nav { position: absolute; top: 17px; right: 0; background: #999; height: 42px; margin: 0; width: 725px; font-size: 1em; *font-size: 16px; line-height: 42px; font-family: Optimer, Helvetica, Arial, sans-serif; overflow: hidden; } +#nav { position: absolute; top: 17px; right: 0; background: #999; height: 42px; margin: 0; width: 725px; font-size: 1em; *font-size: 16px; line-height: 42px; font-family: Optimer, DejaVuSans, Helvetica, Arial, sans-serif; overflow: hidden; } #nav li { float: left; margin: 0; padding: 0; list-style: none; } #nav a { float: left; color: #fff; text-decoration: none; padding: 0 16px; *padding: 0 14px; } #nav a:hover, #nav a:focus, #nav .active a { background: #00b5f1; } @@ -128,7 +128,7 @@ * Homepage */ #home #logo { margin-bottom: 0 !important; } -#home dl { margin: 0 30px; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: .80em; line-height: 1.4em; } +#home dl { margin: 0 30px; font-family: Verdana, DejaVuSans, Helvetica, Arial, sans-serif; font-size: .80em; line-height: 1.4em; } #home h1 { font-size: 48px; line-height: 1em; margin: 0 0 20px 0; font-weight: normal; } #home h2, #home h3 { font-size: 22px; line-height: 1.2em; margin-bottom: 20px; font-weight: normal; } #home h4 { font-weight: normal; margin: 0; } @@ -144,7 +144,7 @@ /* * Footer */ -#footer { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: .6428em; display: inline-block; overflow: hidden; text-align: right; padding: 10px 25px; } +#footer { font-family: Verdana, DejaVuSans, Helvetica, Arial, sans-serif; font-size: .6428em; display: inline-block; overflow: hidden; text-align: right; padding: 10px 25px; } #footer { display: block; } #footer div { float: left; } #footer a { text-decoration: none; }