Skip to content

Instantly share code, notes, and snippets.

@HHRy
Created July 24, 2012 17:06
Show Gist options
  • Save HHRy/3171230 to your computer and use it in GitHub Desktop.
Save HHRy/3171230 to your computer and use it in GitHub Desktop.
It's more CSS-like than actual CSS.
/*
h1 through to h6 map to the Markdown heading attributes, p matches any paragraph, there
isn't any ID or class support (yet!).
All sizes should be in percentages or points. Everything is calculated relative to the page's
font-size.
*/
page {
page-size: 'A4';
page-orientation: landscape;
font-size: 12pt;
color: #000;
}
h1 {
font-face: 'Trebuchet MS', sans-serif;
font-size: 150%;
font-weight: bold;
}
p {
padding: 10pt;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment