Default font in Firefox

Hi,
Using Vaadin 6.7
I tried to change the default font-family of some components.
The new font is well used in IE but not in Firefox.

I don’t understant what I did wrong,
Is there a special config in firefox or something else.

Thanks in advance.

Nono

.v-label,
.v-checkbox > label,
textarea.v-textarea .v-caption,
textarea.v-textarea.v-readonly,
input.v-textfield.v-readonly,
.v-app .v-filterselect.v-readonly .v-filterselect-input,
.v-button-caption {
    font-family:HelveticaNeueLT Com 77 BdCn;
    font-size:16px;
    font-weight:normal;
}

Seems like a strange font name you have. Try putting it in quotes, perhaps Firefox doesn’t interpret it correctly without.

Jouni,

You’re right,
This font doesn’t work on Firefox without quote.

Thanks