Make WordPress Core

Changeset 47133


Ignore:
Timestamp:
01/30/2020 06:26:22 PM (4 years ago)
Author:
ianbelanger
Message:

Bundled Themes: Twenty Twenty content font CSS selector is too important.

This makes the font family selector for entry-content less specific and thus easier to override.

Props alexandreb3, larrach, audrasjb.
Fixes #49318.

Location:
trunk/src/wp-content/themes/twentytwenty
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/style-rtl.css

    r47053 r47133  
    34993499/* Font Families ----------------------------- */
    35003500
    3501 .entry-content p,
    3502 .entry-content ol,
    3503 .entry-content ul,
    3504 .entry-content dl,
    3505 .entry-content dt {
     3501.entry-content {
    35063502    font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
    35073503    letter-spacing: normal;
  • trunk/src/wp-content/themes/twentytwenty/style.css

    r47053 r47133  
    35213521/* Font Families ----------------------------- */
    35223522
    3523 .entry-content p,
    3524 .entry-content ol,
    3525 .entry-content ul,
    3526 .entry-content dl,
    3527 .entry-content dt {
     3523.entry-content {
    35283524    font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
    35293525    letter-spacing: normal;
Note: See TracChangeset for help on using the changeset viewer.