This content has been marked as final.
Show 5 replies
-
1. Re: How can i change the font while im coding?
Raymond Lim (Adobe) Jul 24, 2013 11:04 PM (in response to Q8iteen)You can press Ctrl++ (Cmd-+ on Mac) to increase font size, Ctrl+- (Cmd-- on Mac) to decrease font size.
-
2. Re: How can i change the font while im coding?
ryanstewartadobe Jul 25, 2013 10:15 AM (in response to Q8iteen)As Raymond said, you can change the font size to make it more readable by using those shortcut keys.
There's currently no easy way to change the font in the code editor but that's something we're going to be working on soon.
=Ryan
-
3. Re: How can i change the font while im coding?
bolgreg Apr 8, 2014 2:12 PM (in response to ryanstewartadobe)Can you briefly detail which CSS (or LESS) file can be edited in order to change the app's font?
-
4. Re: How can i change the font while im coding?
Peter Flynn (Adobe) Apr 8, 2014 2:24 PM (in response to bolgreg)Editing the source is a bit of a pain because you'll have to redo it after every update. It's better to write yourself a mini-extension that adds a new stylesheet -- that is also very simple to do. Just follow these instructions: https://github.com/adobe/brackets/wiki/Customize-Your-Code-Font.
- Peter
-
5. Re: How can i change the font while im coding?
bolgreg Apr 8, 2014 2:25 PM (in response to Peter Flynn (Adobe))Thanks Peter!



