Don't set font stuff on the universal (*) css selector
* {
font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}
This will make it very hard to override the font somewhere else. Even if you override it for a section, all its descendants will inherit from that universal selector.
Put it on body
instead.
Written by Jerome Gravel-Niquet
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Related Tags
#css
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#