Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 5 additions & 12 deletions LICENSE.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,9 @@
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<title>Mozilla Public License, version 2.0</title>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<link href='http://fonts.googleapis.com/css?family=Crimson+Text' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>

<style type="text/css">
body { font-family: 'Crimson Text', serif;
body { font-family: serif;
max-width: 30em;
margin-left:auto;
margin-right:auto;
Expand All @@ -23,7 +16,7 @@
}

h1, h2, h3 {
font-family: 'Lora', serif;
font-family: serif;
font-variant: small-caps;
}

Expand All @@ -44,13 +37,13 @@
}

blockquote {
font-family: 'Droid Sans Mono', mono;
font-family: mono;
text-align: left;
-moz-hyphens: none;
}

code {
font-family: 'Droid Sans Mono', mono;
font-family: mono;
}

em {
Expand All @@ -66,7 +59,7 @@
font-style: normal;
}

dt { font-family: 'Lora', serif;
dt { font-family: serif;
font-weight: bold;
font-size: 100%;
}
Expand Down