You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Peter Flynn edited this page Nov 20, 2013
·
4 revisions
Brackets doesn't officially support a preference for changing the code editor font. But here's a quick hack you can use to work around issues like lack of Russian/Cyrillic support:
Quick solution
Locate the installed Brackets source:
On Mac, right-click Brackets and choose Show Package Contents, then expand the "Contents" folder.
On Windows, navigate to your install folder (usually C:\Program Files (x86)\Brackets).
Edit the file www/styles/brackets_theme_default.less
On Windows, due to UAC, you may need to copy this file to another location, edit it, then copy it back.
Find the .code-font() rule and change the font-family as needed.
Restart Brackets
Downside: When you update Brackets, these changes will be lost and you'll have to repeat these steps.
Caveat: Additional steps are needed if you want to use a web font (loaded via @font-face) rather than just referencing by name a font that's installed on your OS.