From c33d078f53244c5b2d4d6cd49f62befed8e2471a Mon Sep 17 00:00:00 2001 From: DJ Mountney Date: Wed, 10 Dec 2014 15:51:54 -0800 Subject: Use the font variables instead of hardcoding fonts in notes. --- app/assets/stylesheets/sections/notes.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/sections/notes.scss b/app/assets/stylesheets/sections/notes.scss index 783f6ae02d3..82f1a6b633f 100644 --- a/app/assets/stylesheets/sections/notes.scss +++ b/app/assets/stylesheets/sections/notes.scss @@ -76,7 +76,7 @@ ul.notes { .diff-file .notes_holder { font-size: 13px; line-height: 18px; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: $regular_font; td { border: 1px solid #ddd; -- cgit v1.2.1