Site logo

Archived topic

Changing the typography to 'Times New Roman'

2 replies · Started by Thomas on August 14, 2018

Viewing posts 1–3 of 3

How is it possible to change the typography to 'Times New Roman'?

Hopefully there is a simple solution.

If you want to skip the Georgia font and use the Customizer, we can overwrite the System Stack font with this function:

add_filter( 'generate_typography_system_stack', function() {
    return '"Times New Roman", Georgia, serif';
} );

Then choose "System Stack" in your typography options.

Let me know if you need more info :)

This archived topic is closed to new replies.