我有下面的代碼生成一個電子書首字下沉:巴吉保證金與一些電子書閱讀器下沉
<p class="noindent">
<span class="lettrine">
<span class="lettrine-letter">D</span>
</span>
<span class="lettrine-line">ésirant</span> développer une relation intime avec Abram, …
</p>
和
.lettrine {
float: left;
line-height: 0.7;
margin-bottom: -1em;
margin-left: -0.1em;
margin-right: 0.2em
}
.lettrine-letter {
color: gray;
font-size: 4em;
font-style: normal
}
.lettrine-line {
font-family: "EB Garamond SC", serif;
font-variant: small-caps
}
在Web瀏覽器和readium,下沉看起來很好(截圖從Firefox 14):
在一些其他讀者(口徑的ebook-viewer
,Aldiko),下沉過低(截圖自Aldiko 2.1.0):
如何解釋這種差異?我怎麼能避免它?