-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] Code editor font makes me cry (with Russian / Cyrillic text) #3253
Comments
Comment by peterflynn
However, it looks like SourceCodePro doesn't support Cyrillic characters yet: adobe-fonts/source-code-pro#48. Feel free to comment on that issue so the font team knows you're interested! In the meantime... there's no way in the Brackets UI to customize fonts yet. But if you're comfortable hacking the code a bit, you can edit www/styles/brackets_theme_default.less and change the |
Comment by peterflynn Adding 'tracking' tag since adobe-fonts/source-code-pro#48 covers the root issue. Clarifying issue title. |
Comment by njx Should we consider adding Consolas as a fallback? If the Cyrillic glyphs aren't actually in Source Code Pro, maybe that would just work. |
Comment by njx Also, |
Comment by peterflynn We'd have to be careful about what order Consolas vs. the Asian-language fonts go in since we still want fallback to work there too... but it might be doable. (And of course we'd need to pick an equivalent new fallback option for Mac... was it Lucida Console that we used to use?). |
Comment by njx It looks like our Mac font fallback was |
Comment by ixth Thanks a lot, guys! I'll patch my setup. |
Comment by njx Reviewed. Medium priority to me. Might nominate it next sprint. |
Comment by romanov Waiting for a great font. |
Comment by HamsterCoder Oh, my issue! =) |
Comment by romanov Current solution: https://github.com/adobe/brackets/wiki/Customize-Your-Code-Font |
Comment by dananichev How about selecting the font based on user's language? Atleast as default fonts for user. |
Comment by progreccor after installing new sprint i don't know where I can change russian font now? |
Comment by websanya
btw, there is russian community for Brackets: http://vk.com/bracketsio |
Comment by romanov
Source: https://github.com/adobe/brackets/wiki/Customize-Your-Code-Font |
Comment by websanya
|
Comment by njx Update: it looks like Cyrillic and Greek support are underway for both Source Code Pro and Source Sans Pro. Here are the relevant issues: adobe-fonts/source-code-pro#48, adobe-fonts/source-sans#6. It looks like Source Sans Pro is done and will be shipping in the next update; not sure about Source Code Pro, but as of a month ago it looks like it was on its way as well. |
Comment by njx (To clarify: Source Sans Pro is what we use in our UI; Source Code Pro is our editor font.) |
Comment by miguelsousa
|
Comment by baursak "Navigate to .CodeMirror and change font-family to any font with normal cyrillic support" |
Comment by romanov
|
Comment by baursak Thanks. - Will keep it for 0.42 :) - In the meantime I have substituted all the "SourceCodePro" related phrases to "Consolas,monospace" (7 times in total). - It still works OK with Russian. - Great editor! |
Comment by peterflynn
Also note: in the very near future (release 0.42 or 0.43), you should be able to change your code editor font as a setting directly within the Brackets UI, without any hacks needed. |
Comment by baursak Thank you! - Extension works. |
Comment by romanov
|
Comment by rawat11
Updating the SS for both MAC and WIn |
Comment by abose Updated source code pro has support for Russian / Cyrillic text. Closing. |
Issue by ixth
Wednesday Apr 17, 2013 at 08:54 GMT
Originally opened as adobe/brackets#3465
Workaround: How to switch to a different code font
I have no 'SourceCodePro' and Russian text looks awfully in "MS ゴシック" and "MS Gothic" (which is default according to developer tools). Is there way to set custom font in editor view?
sprint 23 experimental build 0.23.0-6726 (master 6908b48b7), Windows7
The text was updated successfully, but these errors were encountered: