From cd95389ac3151c9c3eb390f2adfd73678bb558d8 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Fri, 17 Jun 2016 10:06:17 +0100 Subject: Fixes font family of commit ID in diffs --- app/assets/stylesheets/pages/diff.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss index 927c8d08134..5286b73cc50 100644 --- a/app/assets/stylesheets/pages/diff.scss +++ b/app/assets/stylesheets/pages/diff.scss @@ -5,6 +5,7 @@ border-radius: 3px; .commit-short-id { + font-family: $regular_font; font-weight: 400; } -- cgit v1.2.1