• Formatting text in the new TwentyTwenty theme via ‘Customize’ / ‘Additional CSS’ has no effect on body text unless it is bold.
    I am using this code which works fine in the TwentyNineteen theme: * {font-family:”Verdana”, Sans-serif, monospace;font-size: 16px}
    Is it a bug or should formatting be treated differently in the new theme?

Viewing 3 replies - 1 through 3 (of 3 total)
  • You might need more specific rule for this theme css, like so:

    *,
    .entry-content p,
    .entry-content ol,
    .entry-content ul,
    .entry-content dl,
    .entry-content dt {
    	font-family:”Verdana”, Sans-serif, monospace;
    	font-size: 16px}

    These might not be enough, though. I did not check all styles.

    Thread Starter jbonde

    (@jbonde)

    Thanks for your input – it helped formatting correctly!

    Good!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Formatting text in TwentyTwenty’ is closed to new replies.