Skip to content

Commit

Permalink
typo in font name
Browse files Browse the repository at this point in the history
  • Loading branch information
JP Mens committed Mar 19, 2016
1 parent de38584 commit ac228bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epub.css
@@ -1,6 +1,6 @@
/* This defines styles and classes used in the book */
h1, h2, h3, h4, h5, h6, body {
font-family: arail, helvetica, sans-serif;
font-family: arial, helvetica, sans-serif;
}
body { margin: 5%; text-align: justify; font-size: medium; }
code { font-family: monospace; }
Expand Down

0 comments on commit ac228bc

Please sign in to comment.