• Resolved MattConlon

    (@mattconlon)


    I’ve added the code to change fonts to ‘Walter Turncoat’, but it doesn’t seem to be working, EXCEPT when I browse the site from my phone…

    The site is http://www.MattConlon.com/ and I’m using the TwentyEleven theme.

    I’m sure there’s just a line or two that I missed. If someone could point me in the right direction, I would be very grateful.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Instead of putting your font-family in the reset section, try changing it lower down, where you have:

    body, input, textarea {
    	color: #373737;
    	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
    	font-weight: 300;
    	line-height: 1.625;
    }

    Also, in the reset, you have this:

    font-family: font-family: ‘Walter Turncoat’;

    That;s not quite right.

    Finally, and I should have pointed this out first, you should create a child theme, otherwise, when a new update comes along, you will loose your changes.

    Thread Starter MattConlon

    (@mattconlon)

    Fantastic, thanks! Much appreciated. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trouble changing fonts’ is closed to new replies.