• Hey!
    SO I am using the syntax template and am trying to change my blog title font to a type writer like font. The website is thehrazburg.com. How do I change this? Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,
    Please try this CSS code.

    body {
    font-family: example-font;
    }

    Thanks.

    Try this CSS, either in a custom CSS plugin or your theme’s built-in custom CSS option, if one exists:

    .site-title {
    	font-family: "Courier New", "Courier", monospace;
    }

    Courier New is a web-safe font (meaning that the vast majority of computers, phones, tablets, etc. will have that font installed), so it should look alright most of the time. If you have a specific typewriter-esque font in mind, it’s a bit more complicated than this.

    Hello,
    I am sorry, I thought you were talking about all the font. That would be a misread on my part, do not use my CSS.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing to a type writer like font’ is closed to new replies.