On Mar 6, 2012, at 6:33 AM, Chris Kavinsky wrote: > I'm working on a site using @font-face for font styling, and running into a > problem with PC-based browsers (both IE and Firefox). For some reason, its > choking on the @font-face css, and not only not rendering the fonts, but > also killing the rest of the CSS. Anyone run into a similar problem and > have any suggestions on what to do? Here's a link to the site: > > http://csbphotos.com/
As Marc mentions, the fonts are not on the server, or the path to the fonts is wrong in the stylesheet. It 'works' on OS X because you specify 'Gill Sans' as first fall-back font, and that is installed by default there. I use quotes around 'works', as the page uses the regular face of Gill Sans, but the stylesheet, based on the filename, wants a 'medium' face – which is slightly bolder but is not installed. -- Philippe Wittenbergh http://l-c-n.com ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
