Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPUB max font size too small #989

Closed
eduedix opened this issue Oct 24, 2015 · 6 comments
Closed

EPUB max font size too small #989

eduedix opened this issue Oct 24, 2015 · 6 comments

Comments

@eduedix
Copy link

eduedix commented Oct 24, 2015

I am reading a book prepared with gitbook on my ipad mini 2 using iBooks app. I contacted the author of the book because the max font size was still small to read. The author suggested contacting gitbook for that issue.
Following is the link to the issue of the book I am reading:
MostlyAdequate/mostly-adequate-guide#175

@SamyPesse
Copy link
Member

What ebook reader are you using ?

@eduedix
Copy link
Author

eduedix commented Oct 27, 2015

@SamyPesse : iBooks app on ipad.

@smussell
Copy link

I see the same issue with both the book mentioned above and https://www.gitbook.com/book/gitbookio/javascript/details. I'm using the iPad iBooks app on iOS 9.1. I can't get the font size to change at all and the default font seems a little to small for me. Thanks.

@JayPanoz
Copy link

JayPanoz commented Mar 9, 2016

Don't know if you fixed that yet (issue still open) but you may want to get rid of

.page {
   -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

in stylesheet.css.

It actually disable font-size setting in iBooks iOS.

And since I'm parsing your CSS right now, here are other things which may deteriorate UX in some other reading systems:

  • color: #333; → please don't declare gray–black for text as some apps won't invert it in night modes. As a result, gray/black text on dark background.
  • box-sizing: border-box; → I wouldn't rely on that given its support % in ePub reading systems.

And that's it.

@BrianHicks
Copy link

BrianHicks commented Jan 8, 2017

I'm hearing this from a reader as well. Why does gitbook disable resizing?

EDIT: iBooks there as well, although I'm not sure if they're using an iPad or not.

@nateberkopec
Copy link

Just heard this from a reader as well. Not sure why that CSS rule exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants