How can i get these fonts?
I convert a .azw3 file to .epub with calibre.And i find font family nominated in stylesheet.css :
.normaltext1 {
display: block;
font-family: STKai, "MKai PRC", Kai;
font-size: 0.83333em;
text-indent: 2em;
margin: 0
}
So i mount fonts.cramfs.img,but cannot find these fonts:STKai, "MKai PRC", Kai.My quession is :how can i get these fonts or these fonts aren't embered in kindle paperwhite?
|