Skip to content

Include -webkit-text-size-adjust: 100% for html #25

@kripod

Description

@kripod

As explained by this article, the following snippet normalizes text size in landscape orientation on iOS – it’s required even in the latest stable version:

html {
  -webkit-text-size-adjust: 100%;
}

I’d suggest this snippet to be added to normalize.css (not just opinionated.css), as it makes text rendering consistent across platforms.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions