kobolabs / epub-spec

Details on the elements of the ePub spec that Kobo supports, as well as other information on the Kobo reading platforms.
Other
191 stars 20 forks source link

css: skew() does not work on eink #54

Open mrbbp opened 4 years ago

mrbbp commented 4 years ago

The transform skew (css3) does not work on font, on e-ink kobo with kepub extension

p {
  transform: skew(-20deg);
}