-
CSS Font-Weight problem: Browser Won’t Go Light
Hi CC,
I am trying to get my font-weight as thin as the text in Dreamweaver. However, it won’t go as thin. It stays in the medium/book/normal thickness and won’t budge.
It will go thicker, but not thinner. However, it is in DW. ??
Here’s an image to describe my dilemma:
https://www.axiom-media.com/extras/fontWeight.png
If you look at the far left, you’ll see what I mean.
What do I need to do to make the dang font thin like in DW? I’m on a Mac and checked in FF and Safari. No go.
Please help if possible to tell me how to get what’s in the browser. All I have is this code:
.style1 {font-weight:100;font-family: sans-serif; font-size:11px; color:#FFFFFF; }
body {
background-color: #000000;
}Thanks for any suggestions.
-maX