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;
}