![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
if the browser found "Arial black" font-weight: normal; font-family: Arial Black; else font-weight: bold; font-family: Arial; |
#2
| |||
| |||
|
|
*Ray* <loushi (AT) mail (DOT) com>: if the browser found "Arial black" font-weight: normal; font-family: Arial Black; else font-weight: bold; font-family: Arial; @font-face {font-family: MyArial; font-weight: bold; src: local("Arial")} @font-face {font-family: MyArial; font-weight: normal; src: local("Arial Black")} h1 {font-family: MyArial, sans-serif; font-weight: bold;} /should/ work IIRC, but doesn't in any browser I'm aware of, except that 'h1' uses a bold sans-serif font. |
![]() |
| Thread Tools | |
| Display Modes | |
| |