Skip to content

Instantly share code, notes, and snippets.

Revisions

  1. linusthe3rd revised this gist Oct 29, 2014. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion helvetica-neue-desk-interface-reset.css
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,8 @@
    input[type="submit"], input[type="reset"], input[type="button"], button {
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button,
    textarea {
    font-family: inherit;
    -webkit-font-smoothing: inherit;
    }
  2. @2ndkauboy 2ndkauboy created this gist Oct 28, 2014.
    4 changes: 4 additions & 0 deletions helvetica-neue-desk-interface-reset.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    input[type="submit"], input[type="reset"], input[type="button"], button {
    font-family: inherit;
    -webkit-font-smoothing: inherit;
    }