Skip to content

Instantly share code, notes, and snippets.

@miya
Last active January 5, 2018 14:57
Show Gist options
  • Save miya/ffc94ad27e69880c1e2359455cc2554e to your computer and use it in GitHub Desktop.
Save miya/ffc94ad27e69880c1e2359455cc2554e to your computer and use it in GitHub Desktop.
Calibre用スタイリングするやつ
 * {
line-height: 150%;
}
@font-face {
font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
body{
font-family:"MS P明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
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