Skip to content

Instantly share code, notes, and snippets.

@benzap
Created October 13, 2016 00:23
Show Gist options
  • Select an option

  • Save benzap/85654d69e026cf4673ffa4da25fffe0d to your computer and use it in GitHub Desktop.

Select an option

Save benzap/85654d69e026cf4673ffa4da25fffe0d to your computer and use it in GitHub Desktop.
org-mode stylesheet
@import 'https://fonts.googleapis.com/css?family=Droid+Serif|Inconsolata';
* {
font-family: 'Droid Serif', serif;
}
#content {
margin: 20px auto;
padding: 20px;
max-width: 800px;
}
#table-of-contents {
border: 1px solid #AAA;
padding: 30px;
}
p {
font-size: 18px;
}
pre {
font-family: 'Inconsolata', monospace;
}
dt {
font-size: 18px;
}
dd {
font-size: 18px;
}
h4 {
font-size: 120%;
}
h3 {
font-size: 130%;
}
h2 {
font-size: 140%;
}
h1 {
font-size: 150%;
}
code {
font-family: 'Inconsolata', monospace;
border: 1px solid #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment