Hiall, I have some basic css using a class that has eg
.myclass {
font-family: Arial, sans-serif;
letter-spacing: 0px;
}
On the mac it looks great, but on windows the font loses some of its weight and also probably as a result it’s letter-spacing looks slightly increased.
Just wondering how can I target IE and finally Firefox, so I can make subtile changes to such things. I know I might not be able to get them spot on, but I’d like to at least have a try of seeing what increased font weight and decreased letter-spacing does for IE and FF etc.
I really haven’t had much to do with vendor prefixes before etc.
Any help would be great