Skip to content

Instantly share code, notes, and snippets.

@albyr
Created December 18, 2012 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save albyr/4327854 to your computer and use it in GitHub Desktop.
Save albyr/4327854 to your computer and use it in GitHub Desktop.
Example CSS file for Little Printer publications.
body {
margin: 0px; /* This prevents WebKit from adding an eight-pixel margin to your publication. */
padding: 0px;
border: 0px;
font-size: 24px; /* Twenty-four pixels is about as small as you want to go for text to still be legible. */
font-family:'Times'; /* Select your fonts from BERG's list: http://remote.bergcloud.com/developers/style_guide/fonts. */
}
.page { /* Enclose your entire publication in this DIV (e.g. "<div class='page'>") to prevent your publication being too wide. */
width: 384px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment