Hello! This is my first post to the forum.
How can I specify normal weight Arial Black as the preferred font,
with Arial, Helvetica, or anything else as bold alternatives?
-- Jeff, in Minneapolis
| SitePoint Sponsor |
Hello! This is my first post to the forum.
How can I specify normal weight Arial Black as the preferred font,
with Arial, Helvetica, or anything else as bold alternatives?
-- Jeff, in Minneapolis
Nobody can think of a way to do it?
-- Jeff, in Minneapolis
...?Code:html { font-family:Arial Black, sans-serif; } h1, h2, h3, h4, h5, h6, b, strong, th { font-family:Arial, sans-serif; }
Simon Pieters
Thank you, Simon.
I'm not sure your code does what I want. In trying to be brief,
I may have made my request unclear.
What I meant was that if Arial Black is available, it should be
used. If it isn't available, then whatever font is selected needs
to be made bold. The problem is to avoid giving Arial Black the
bold attribute, because that font is bold enough as it is.
-- Jeff, in Minneapolis
Oh, now I understand what you mean. No, it's not possible with CSS.
Simon Pieters
Bookmarks