Skip to content

Commit

Permalink
Merge pull request #113 from atom-community/use-@font-family
Browse files Browse the repository at this point in the history
fix: use @font-family
  • Loading branch information
aminya authored Jan 31, 2021
2 parents 93324b8 + 4f049c1 commit 8e7479a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can also search for [packages](https://atom.io/packages/search?q=IDE) in Ato

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

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

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion styles/atom-ide-datatips.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
pointer-events: all; // hyperlinks will work
// user-select: text; // allow selecting text // TODO does not work

font-family: var(--editor-font-family);
font-family: @font-family;
font-size: var(--editor-font-size);

max-height: 500px;
Expand Down

0 comments on commit 8e7479a

Please sign in to comment.