• Hi!

    I’m trying to make conditional for IE about custom font or just font-size

    I tried everything what I had found but still cant get it.

    its this site test.greenlevel.pl on chrome and FF
    my menu font is custom, on IE is default tried

    @font-face{
    font-family:’bejbi’;
    src: url(‘be.otf’) format(‘opentype’);
    }

    tried conditional

    <!–[if !IE]>–>
    <style type=”text/css” media=”all”>
    #access a {
    font-size:20px;
    }

    </style>
    <!–<![endif]–>

    Any1 knows how to make this work ?
    cuz in ie menu is out of menu bar so even the font-size change is good.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘IE conditionals’ is closed to new replies.