Site logo

Archived topic

Where to set the font of PRE blocks?

1 reply · Started by Roman on October 17, 2016

Viewing posts 1–2 of 2

Where to set the font of PRE blocks?
I¨d like to set it in Courier New.
Roman

You can do this with some CSS:

pre {
    font-family: 'Courier New', serif;
}

Hope this helps :)

This archived topic is closed to new replies.