Tagged Questions
2
votes
5answers
687 views
How do I package a custom TrueType font with a web site so the browsers will render it?
I'm developing a website for someone but they want (insist) that the title be in a non-standard font. (The customer is always right.) I have the TrueType (.ttf) font but how do I bundle this with the ...
1
vote
1answer
115 views
How to remove padding/margin on h tags?
I'm 99% sure I'm not overlooking something here. I have the usual resets done, no margin or padding on the h tag, line-height:100% etc etc. but STILL there are about 2 or 3px padding above and below ...