[Support request] Where to set the font of PRE blocks?

Home Forums Support [Support request] Where to set the font of PRE blocks?

Home Forums Support Where to set the font of PRE blocks?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #235970
    Roman

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

    #236020
    Tom
    Lead Developer
    Lead Developer

    You can do this with some CSS:

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

    Hope this helps 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.