Last active
December 11, 2019 15:30
-
-
Save rex/6afcbe1a200182f750b6 to your computer and use it in GitHub Desktop.
Sublime Text 'font_face' configuration values
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
// "font_face": "Anonymous Pro", | |
// "font_face": "Anonymous Pro Bold", | |
// "font_face": "Anonymous Pro Minus", | |
// "font_face": "Anonymous Pro Minus Bold", | |
// "font_face": "Andale Mono", | |
// "font_face": "AverageMono", | |
// "font_face": "AverageMono Bold", | |
// "font_face": "Consola Mono", | |
// "font_face": "Consola Mono Bold", | |
// "font_face": "Consolas", | |
// "font_face": "Consolas Bold", | |
// "font_face": "Courier", | |
// "font_face": "Courier Bold", | |
// "font_face": "Courier New", | |
// "font_face": "Courier New Bold", | |
// "font_face": "Essential PragmataPro", | |
// "font_face": "Fantasque Sans Mono", | |
// "font_face": "Fantasque Sans Mono Bold", | |
// "font_face": "Inconsolata", | |
// "font_face": "Letter Gothic Std", | |
// "font_face": "Letter Gothic Std Bold", | |
// "font_face": "M+ 1m Bold", | |
// "font_face": "M+ 1m Light", | |
// "font_face": "M+ 1m Medium", | |
// "font_face": "M+ 1m Regular", | |
// "font_face": "M+ 1m Thin", | |
// "font_face": "M+ 1mn Bold", | |
// "font_face": "M+ 1mn Light", | |
// "font_face": "M+ 1mn Medium", | |
// "font_face": "M+ 1mn Regular", | |
// "font_face": "M+ 1mn Thin", | |
// "font_face": "M+ 2m Bold", | |
// "font_face": "M+ 2m Light", | |
// "font_face": "M+ 2m Medium", | |
// "font_face": "M+ 2m Regular", | |
// "font_face": "M+ 2m Thin", | |
// "font_face": "Menlo", | |
// "font_face": "Menlo Bold", | |
// "font_face": "Monaco", | |
// "font_face": "Monospatial", | |
// "font_face": "NotCourierSans", | |
// "font_face": "Onuava", | |
// "font_face": "Osaka", | |
// "font_face": "Oxygen Mono", | |
// "font_face": "Prestige Elite Std", | |
// "font_face": "PT Mono", | |
// "font_face": "PT Mono Bold", | |
// "font_face": "SimHei", | |
"font_face": "Source Code Pro ExtraLight", | |
// "font_face": "Source Code Pro Light", | |
// "font_face": "Source Code Pro Medium", | |
// "font_face": "Source Code Pro Semibold", | |
// "font_face": "Source Code Pro Black" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment