Update README.md

Added line to disable font smoothing on Sublime Text for better appearance.
This commit is contained in:
Gerardo 2017-12-14 12:03:26 -06:00 committed by GitHub
parent fb207ee395
commit 7f192786f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,7 +130,9 @@ Based on https://github.com/tonsky/FiraCode/wiki/Setting-up-Emacs
### Sublime Text 3 (build 3146+)
Should be defined in the user settings as so:
```
"font_face": "Fixedsys Excelsior"
"font_face": "Fixedsys Excelsior",
"font_size": 16,
"font_options": ["gray_antialias"]
```
## ToDo