The following CSS works well on IE and FireFox, but chrome marks it as "Invalid property value" -
TD.desc1_hp { font-family: Arial,Arial (Hebrew),David (Hebrew); }
any hint why?
Thanks,
Atara
The Invalid Property Value error is issued in the following situations: Message <property> must be set in <element> Cause. There's a mandatory property in <element> that you haven't set. For example, the Destination property in a Link widget.
The font-style property allows you to make text appear italicized (i.e. sloped, or slanted). This property accepts one of three possible values: normal , italic , and oblique . If a given font family has an italic or oblique face embedded, the browser will select that face.
The font-family property specifies the font for an element. The font-family property can hold several font names as a "fallback" system. If the browser does not support the first font, it tries the next font.
normal: This is the default value of the font-style for which the browser will display normal font text.
Font faces should be enclosed in double quotes. Font faces with parentheses seem to require that. This works:
TD.desc1_hp { font-family: Arial, "Arial (Hebrew)", "David (Hebrew)"; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With