Skip to content

Commit

Permalink
Merge pull request #57 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 718f755 + 2554faf commit d83db7f
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.

![A screenshot of your package](https://atom-ide-community.github.io/assets/images/screenshot-sig-help.png)
![screenshot](https://user-images.githubusercontent.com/16418197/106399337-a3164500-63dd-11eb-8241-d859b61e2d90.png)

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion styles/atom-ide-signature-help.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

padding: 5px 5px 2px 5px;

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

max-height: 480px;
Expand Down

0 comments on commit d83db7f

Please sign in to comment.