-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
insert characters at the cursor and run to another location #4374
Comments
everybody can give me one answer?help please |
Do you see the issue on https://ace.c9.io/? If no some css rule on your page may be changing the font. try finding that rule, |
on https://ace.c9.io/ everything is normal,on my page i had cover the css rule like:
but not help,the font may had used,but still not right. i think it may be reason by the wrong font file i download?do you kown where to download the right font file ttf? or some other reason you know? thank. |
i found the problem。now i can use monaco.ttf cover my font,but manaco it have the same bug.i use Font detection tool to find what font is used. now,what font is right?manaco or monospace? |
i had tried manaco and monospace fonts,only manaco.ttf take effect,monospace's ttf not effect. can you give a right monospace's ttf file ,where to download?? |
new finds,i use my Font detection tool to detect the font on https://ace.c9.io/build/kitchen-sink.html,it use the font consola,but that not found any bug,and i replace my project font to consola, it still exist,why? |
there is all my config: `let ace = require('ace-builds');
|
Duplicate of this #460 |
i found the same problem,there are reason for:
This happens because the font is not monospace, ace supports only monospace fonts for now.
how to set the right font in windows?
The text was updated successfully, but these errors were encountered: