Tagged Questions
4
votes
1answer
434 views
Unknown CSS font-family oddity with IE7-10 on Windows Vista, 7, 8
I am seeing the following "oddity" with IE7-10 on Windows Vista, 7, 8:
When declaring font-family: serif; I am seeing an old bitmapped serif font that I can't identify (see screenshot below) instead ...
1
vote
2answers
320 views
font-weight on Windows
I've the following code:
p{
font-family: Helvetica, Arial, sans-serif;
font-weight:100;}
It works on Mac OSX on Safari and Firefox, but the font-weight don't work on Windows in any browser.
Why? ...
1
vote
5answers
2k views
Are there any snippet software app for windows user?
I'm a web designer, and I'm used to collect snippets of code I find in the internet.
I found snippely as a great snippet app but it doesn't have export or import features when I'm going to different ...