-
Notifications
You must be signed in to change notification settings - Fork 242
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
Support for Nerd Fonts #922
Comments
![]() codeapp/Dependencies/monaco-textmate.bundle/index.html Lines 12 to 16 in 9d95220
codeapp/CodeApp/Managers/MonacoEditor.swift Lines 92 to 93 in 9d95220
2. Not at the moment 3. The licenses must be compatible to ours. |
I think it would great if we can find a way to dynamically load fonts in the editor / terminal without bundling it in Xcode. That way we can allow custom fonts to be installed dynamically by users. (without worrying about licenses) |
@bummoblizard we could use something similar to blink shell, which uses a CSS font stylesheet. I’ll also try building with a nerd font loaded in via XCode. |
@bummoblizard also, thanks for being really responsive and making a great product. I’ve gone through a lot of them on iPad Pro and am glad to have found this app. |
There also some other apps that can load font globally, like Fontinator |
That's right. Use a font installer app to install additional fonts and it should show up in Code's settings menu. Reference: #1004. For custom font in terminal, I opened this: #1037. |
I’m proposing adding some Nerd Fonts to the mix like Fira Code Nerd Font, Jetbrains Mono Nerd Font and Sauce Code Pro Nerd Font.
Questions:
The text was updated successfully, but these errors were encountered: