Skip to content

Commit

Permalink
Helvetica Neue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ydnar committed Apr 21, 2011
1 parent 45ab8dd commit f39ff72
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions bin/markdown-open
Expand Up @@ -19,9 +19,13 @@ cat <<EOF > $html_file
<title>$f</title>
<style type="text/css">
body {
line-height: 1.7;
font-size: 125%;
font: normal 14px/20px helvetica;
font: 200 14px/20px "helvetica neue", helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 200;
}
strong, b {
font-weight: 500;
}
hr {
border: 0px;
Expand Down

0 comments on commit f39ff72

Please sign in to comment.