Use the font variables instead of hardcoding fonts in notes.
This commit is contained in:
parent
d3a363729f
commit
c33d078f53
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue