• I have changed the font on my header to papyrus and I can see the change on some computers, but on some it is still an arial-type style. My site is : http://www.takeupyourcrossdaily.org

    Here is where I changed the code:

    #site-title a {
    color: #111;
    font-size: 46px;
    font-weight: bold;
    line-height: 46px;
    text-decoration: none;
    font-family: papyrus;
    }

    Is there something I’m doing wrong? All feedback is greatly appreciated, thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In which browsers and browser versions are you experiencing the problem?

    Thread Starter khennie

    (@khennie)

    Right now its Internet Explorer and Chrome. I’m out of the house and using a relative’s pc. It’s also incorrect when browsing with my Android phone. It appears correct when I’m home and using both browsers. Don’t have any pc here to check on…

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I don’t think Papyrus is available by default in all browsers, you may have to use font-face.

    Thread Starter khennie

    (@khennie)

    I appreciate your response. However I’m not very versed in css and my html is very rusty. Can you give me an example of the change I need to make? I only want to change the title-font, and not the body of the page. Many thanks again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header font’ is closed to new replies.