20
votes
3answers
2k views

Is there a problem with using black text on white backgrounds?

Why do a lot of websites use a text color other than #000000black when the background is white? For instance, this text will be displayed using a dark grey: .post-text { color: #333; } Have ...
8
votes
4answers
967 views

Different Font Faces in same Web Application

The context here is a web application delivered through the browser. My question is: is it ever okay to have different font faces or a single application? To me it looks obvious but not egregious.
4
votes
5answers
3k views

Why is 13px Arial font the web standard?

If you use any of Google's applications, from search to Gmail you will find the base font used for most things is 13px Arial. font-family: arial, sans-serif; font-size: 13px; ...
37
votes
2answers
6k views

Ideal column width for paragraphs online

There is nothing worse than coming across a website with paragraphs that span the width of your screen resolution. They are usually so hard to read, I don't even bother. A lot of web designers use ...