-
Notifications
You must be signed in to change notification settings - Fork 5.9k
editor.fontFamily Support #760
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
Comments
Try:
Make sure that Fira Code is installed to the machine accessing code-server in the browser, not the server (as it's the client browser that renders the fonts). I don't have any issues using Fira Code with code-server. |
There is an alternative way to let your browser use fira code fonts, as long as you can use user style.
Maybe this can be done directly by code-server, so that there is no need for extra efforts on client/browser side. |
@yw662 where would I make this change ? |
@gjrtimmer Install the stylus extension in chrome and add a "style" for the url where you access code-server. In my case it is http://penguin.linux.test:8080 (I am running code-server in crostini on a chromebook). Add the line @yw662 suggests to the style. |
Thank yo @HenrikSolver and @yw662 for answering |
If anyone is here for JetBrains Mono
|
It seems that this trick doesn't work with 3.0.2. Maybe it is caused by #1470 . |
We have an open issue re this at #1374 |
At present it doesn't appear that you can install a local font (Fira Code) and have it presented as an editor font in the browser.
only converts the fonts to serifs (unknown font)
The text was updated successfully, but these errors were encountered: