Skip to content

Instantly share code, notes, and snippets.

@hrvtuirvw
Created January 25, 2017 13:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hrvtuirvw/aab46a7b4a2a19b71baf3c5247ee99be to your computer and use it in GitHub Desktop.
Save hrvtuirvw/aab46a7b4a2a19b71baf3c5247ee99be to your computer and use it in GitHub Desktop.
@charset "utf-8";
* {
line-height: 150%;
}
@font-face {
font-family: "ipamp";
src: url(../Fonts/ipamp.ttf);
}
body{
font-family: "ipamp";
writing-mode: vertical-rl;
line-break: normal;
-epub-writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
-epub-line-break: normal;
-webkit-line-break: normal;
}
p{
margin: 0;
}
h2{
margin-left:3rem;
margin-top:3rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment