Skip to content

Commit 8e7479a

Browse files
authored
Merge pull request #113 from atom-community/use-@font-family
fix: use @font-family
2 parents 93324b8 + 4f049c1 commit 8e7479a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can also search for [packages](https://atom.io/packages/search?q=IDE) in Ato
1818

1919
3. Install `busy-signal` package in Atom, which is used for signaling background tasks.
2020

21-
![screenshot](https://user-images.githubusercontent.com/16418197/105845878-08fb6a80-5fa1-11eb-94e3-2b0594f497c2.png)
21+
![screenshot](https://user-images.githubusercontent.com/16418197/106399263-3438ec00-63dd-11eb-91c2-2c3b0522fe3d.png)
2222

2323
## Contributing
2424

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)