diff --git a/app/assets/stylesheets/new_styles/_typography.scss b/app/assets/stylesheets/new_styles/_typography.scss index 7b91f548b..d56f074f0 100644 --- a/app/assets/stylesheets/new_styles/_typography.scss +++ b/app/assets/stylesheets/new_styles/_typography.scss @@ -17,11 +17,7 @@ weight : normal; } -body, p, h1, h2, h3, h4, h5, h6, textarea, input, * { +body, p, h1, h2, h3, h4, h5, h6, textarea, input { font-family : "Helvetica Neue", Helvetica, sans-serif; font-weight : normal; } - -a { - font-family : inherit; -}