Fork me on GitHub

Problem with Fonts on MAC OS-X internet explorer  Bottom

  • I have a great website built with postnuke. I have installed an excellent theme that I found on the internet.
    For some reason when people visit the website with Internet Explorer on a Mac running OS-X all the Font is an ugly blue... If the same user uses Safari the website looks great. I only have PC's around the house so I don't know how to fix this problem
    Can anyone help
    Website is http://www.z-team.us

    Thanks in advanced.

    Brad
  • Sounds like an IE/Mac bug, question what's triggering it...
    I notice in style.css and styleNN.css, BODY has:
    scrollbar-darkshadow-color: $sepcolor;
    Not a Font-style, but could trigger a bug.

    I wonder if this is legal CSS...

    Code

    @font-face {
        font-family: Swiss911 XCm BT;
        font-style:  normal;
        font-weight: normal;
        src: url(SWISSXC0.eot);
    }
    Somethign to do with downloadable fonts? I'd try and take it out (or comment out /*... */ )and see.

    Unrelated: I notice the paths all have an extra slash like this:
    themes/Hit/images//pcs_2.jpg

    Martin

This list is based on users active over the last 60 minutes.