rschroll / efm

Epub for Monocle — A pure javascript implementation of the book data interface for Epub2 and Epub3
http://rschroll.github.com/efm
44 stars 15 forks source link

How to change font size? #8

Closed ghost closed 8 years ago

ghost commented 8 years ago

Is there any way to change font size for ePub files using EFM with Monocle? I have tried to style the div containing book but it doesn't work.

rschroll commented 8 years ago

This is an issue with Monocle itself, not EFM. I suspect what you want are these methods: https://github.com/joseph/Monocle/blob/62aacf7bed842d6aa57c2e9c4573fa8ff635cdc5/src/core/formatting.js#L49

ghost commented 8 years ago

Thank you for your help. I finally could find the solution adding font-size style to monocore.js.