CSS for Title and Post Titles not working any more

  • Unknown's avatar

    I wrote it like this and it has worked for the past three days and I logged in today on a different computer and it is not there any more. The writing is the same in CSS but the actual sith has a normal font now. Does it matter which computer you are at and if so how do i get AR BONNIE font to show up for every computer that views my page. Thank you

    #site-title {
    float:left;
    font-size:75px;
    font-family:”AR BONNIE”;
    line-height:40px;
    width:700px;
    margin:0 0 18px;
    }

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    We need a link to the site you are talking about please. The one linked to your username does not have the above in the CSS.

  • Unknown's avatar

    It is http://sithinquirer.com/. But I already figured it out. Apprently the font I used is from 2010 word and only shows up on computers that have this font. If you know a way to have it shown on all computers though then that would be fantastic. Thank you for taking the time to respond. Your willingness to help is good to see.

  • Unknown's avatar

    Yes, that is a problem. If the font you specify is not on the visitor’s computer, then the browser will substitute either the browser standard serif or san-serif.

  • The topic ‘CSS for Title and Post Titles not working any more’ is closed to new replies.