Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJamie Reardon
Treehouse Project ReviewerWhat font is this?
What font is being used in the text editor shown in the video? I have tried finding it and even took screenshots and used whatthefont website to find it but no luck. Just to note, it is not consolas etc as if you look at the i and l they are not the same as how consolas has the characters.
I think the editor is Sublime and I tried googling around for the default font for the editor. I found a screenshot of the same looking font here and a possible name but no googling finds any results to find the font - https://forum.sublimetext.com/t/what-is-sublime-texts-default-font-face/9202/3
Thanks!
2 Answers
KRIS NIKOLAISEN
54,971 PointsThe video is blocked for those not in the tech degree. I looked up the font Emilbus Mono and found from this stack overflow that it is an internal sublime font. Emilbus is Sublime backwards.
KRIS NIKOLAISEN
54,971 PointsThe more I read I think Emilbus is a joke that a lot of people didn't get. This stack overflow is better.
The second answer shows how to get the default font used in Sublime
1) go to View menu and select Show Console
2) Then enter this command: view.settings().get('font_face')
The font differs based on OS
Jamie Reardon
Treehouse Project ReviewerOh right! I see. I don't use sublime as I personally don't like it. I use VSCode, so annoying I love that font! Thanks
Jamie Reardon
Treehouse Project ReviewerI found out that it's just Menlo. Default font for OSX. Thanks for help, not sure why I can't give best answer.
Jamie Reardon
Treehouse Project ReviewerJamie Reardon
Treehouse Project ReviewerOh right sorry! Didn't realize that it was a tech degree video :P Thanks for the reply! I take it there isn't a way to grab it from the app itself an export it?