data/styles/epub3.scss in asciidoctor-epub3-2.0.1 vs data/styles/epub3.scss in asciidoctor-epub3-2.1.0

- old
+ new

@@ -839,11 +839,11 @@ div.verse { -webkit-column-break-inside: avoid; page-break-inside: avoid; } -/* TODO we may want to reenable hyphens here, but not for kf8 */ +/* TODO we may want to reenable hyphens here */ div.verse > pre { font-family: "M+ 1p", sans-serif; background-color: transparent; border: none; font-size: 1.2em; @@ -1158,10 +1158,13 @@ .icon { display: none; } @media amzn-mobi { - /* NOTE mobi7 doesn't support custom fonts, so revert to generic ones */ + /* + NOTE mobi7 doesn't support custom fonts, so revert to generic ones. + See https://github.com/asciidoctor/asciidoctor-epub3/issues/56. + */ body p, ul, ol, li, dl, dt, dd, figcaption, caption, footer, table.table th, table.table td, div.verse .attribution { font-family: serif; }