fix: fix alignment for <rt> and <em> font-face

Fixes #32 #37
This commit is contained in:
Sivan 2020-11-02 14:34:34 +08:00
parent 89760aca6a
commit 2ef37ac30d
4 changed files with 10 additions and 4 deletions

View file

@ -588,6 +588,7 @@
font-family: "Times New Roman", Times, "Heti Kai", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.heti--classic em,
.heti--classic figcaption,
.heti--classic caption,
.heti--classic th {
@ -893,7 +894,9 @@
.heti .heti-ruby--inline rt {
display: inline;
line-height: 0.5;
margin-bottom: -0.25em;
line-height: 1;
text-align: center;
}
.heti heti-spacing {