Skip to content

Commit

Permalink
Remove <font> from the global-reset() helper.
Browse files Browse the repository at this point in the history
<font> should arguably not be reset, because currently something like <font family="Comic Sans MS">blah</font> will reset the font family, which is obviously undesirable...
  • Loading branch information
TooTallNate committed Jan 7, 2012
1 parent cefffe4 commit 554ffc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nib/reset.styl
Expand Up @@ -4,7 +4,7 @@ global-reset()
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
Expand Down

0 comments on commit 554ffc2

Please sign in to comment.