summaryrefslogtreecommitdiff
path: root/resources/blueprint-print.css
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2013-02-20 00:55:42 +0100
committerSimon Ochsenreither <simon@ochsenreither.de>2013-02-21 01:05:02 +0100
commite7ade69a2769b04dca6c6d55122351faa154f969 (patch)
tree58163d9cf429d7bc091ea663a4bd4a25985ad9fe /resources/blueprint-print.css
parenta0a9c0c48c8e600de67e84f2ab2495d85bc29dd7 (diff)
downloadscala-e7ade69a2769b04dca6c6d55122351faa154f969.tar.gz
scala-e7ade69a2769b04dca6c6d55122351faa154f969.tar.bz2
scala-e7ade69a2769b04dca6c6d55122351faa154f969.zip
Use the original type faces
- Utopia (alias Heuristica) for text - Luxi Mono for code Typography has been reworked and moved closer to the original.
Diffstat (limited to 'resources/blueprint-print.css')
-rwxr-xr-xresources/blueprint-print.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/blueprint-print.css b/resources/blueprint-print.css
index bd79afdea5..d3a9055120 100755
--- a/resources/blueprint-print.css
+++ b/resources/blueprint-print.css
@@ -12,12 +12,12 @@
----------------------------------------------------------------------- */
/* print.css */
-body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
+body {line-height:1.5;font-family:Heuristica,Georgia,serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
-h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
-code {font:.9em "Courier New", Monaco, Courier, monospace;}
+h1, h2, h3, h4, h5, h6 {font-family:Heuristica,Georgia,serif;}
+code {font:.9em "Luxi Mono", "Courier New", Monaco, Courier, monospace;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
@@ -26,4 +26,4 @@ blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
-a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;} \ No newline at end of file
+a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}