diff --git a/app/assets/stylesheets/new_styles/_base.scss b/app/assets/stylesheets/new_styles/_base.scss index 279f521d0..cdf719030 100644 --- a/app/assets/stylesheets/new_styles/_base.scss +++ b/app/assets/stylesheets/new_styles/_base.scss @@ -40,7 +40,6 @@ a { color : $link-blue } } .author-name { - font-family : Roboto; color: inherit; } diff --git a/app/assets/stylesheets/new_styles/_typography.scss b/app/assets/stylesheets/new_styles/_typography.scss index af01b9bb4..7b91f548b 100644 --- a/app/assets/stylesheets/new_styles/_typography.scss +++ b/app/assets/stylesheets/new_styles/_typography.scss @@ -18,10 +18,10 @@ } body, p, h1, h2, h3, h4, h5, h6, textarea, input, * { - font-family : Roboto, Helvetica, sans-serif; + font-family : "Helvetica Neue", Helvetica, sans-serif; font-weight : normal; } a { font-family : inherit; -} \ No newline at end of file +}