Skip to content

Commit 95cd1cc

Browse files
committed
fix: use @font-family
1 parent 93324b8 commit 95cd1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/atom-ide-datatips.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
pointer-events: all; // hyperlinks will work
99
// user-select: text; // allow selecting text // TODO does not work
1010

11-
font-family: var(--editor-font-family);
11+
font-family: @font-family;
1212
font-size: var(--editor-font-size);
1313

1414
max-height: 500px;

0 commit comments

Comments
 (0)