I want to use Helvetica Neue Condensed Bold on my webpage but it doesn\'t seem to be working. I have tried this: http://jsfiddle.net/ndFTL/ but it does not work, it simply s
"Helvetica Neue Condensed Bold" get working with firefox:
.class { font-family: "Helvetica Neue"; font-weight: bold; font-stretch: condensed; }
But it's fail with Opera.