Font Face not working completely in Safari

css, internet-explorer, safari

Solution

I had this problem before. what happens is that the ttf fonts do not usually work well on mac / safari

Safari and IE can't read TTF and EOT fonts

Problem

I am using the Font Face Property and I have tested it in Firefox, Chrome and Opera...it works fine. however when I try it in safari and explorer it only works on one line and not the other here is the css : ``` @font-face { font-family: font2; src:url(../fonts/Artbrush.TTF) ; } @font-face { font-family: font1; src :url(../fonts/playbiln.TTF) ; } ```

Original source

Related problems