If you're like me and spend a lot of time writing CSS, here is a tip that can save some characters. When we want to use the sans-serif fonts, we usually declare it like this : .something { font-family: Helvetica, Arial, sans-serif; } This complete font-family tells to work with Helvetica first,…
Read more