Project

General

Profile

Bug #646

Font size in works are unchangable

Added by Luke Murphey over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
09/15/2013
Due date:
% Done:

100%

Associated revisions

Revision 557 (diff)
Added by Luke Murphey over 10 years ago

Fixed issue where the font where unchangable in eBooks. Closes #646.

Revision 557 (diff)
Added by Luke Murphey over 10 years ago

Fixed issue where the font where unchangable in eBooks. Closes #646.

Revision 544 (diff)
Added by Luke Murphey over 10 years ago

Fixed issue where the font where unchangable in eBooks. Closes #646.

History

#1 Updated by Luke Murphey over 10 years ago

  • Status changed from New to In Progress

#2 Updated by Luke Murphey over 10 years ago

Everything up to the .html in boostrap is clean

#3 Updated by Luke Murphey over 10 years ago

The problem is here:

  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

#4 Updated by Luke Murphey over 10 years ago

-webkit-text-size-adjust: 100%; is the problem.

See http://css-infos.net/property/-webkit-text-size-adjust

#5 Updated by Luke Murphey over 10 years ago

  • % Done changed from 0 to 50

I cannot seem to override -webkit-text-size-adjust: 100%?!

I tried this but it failed:

html {
      -webkit-text-size-adjust: auto !important;
    -ms-text-size-adjust: auto !important;
}

#6 Updated by Luke Murphey over 10 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 50 to 100

Applied in changeset r557.

Also available in: Atom PDF