Commit c33d078f authored by DJ Mountney's avatar DJ Mountney

Use the font variables instead of hardcoding fonts in notes.

parent d3a36372
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment