Use the font variables instead of hardcoding fonts in notes.

This commit is contained in:
DJ Mountney 2014-12-10 15:51:54 -08:00
parent d3a363729f
commit c33d078f53

View file

@ -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;