We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
font-family
Is it possible to set multiple fonts in font-family?
It should be a Repeatable config, similar to font-features. An example of the config.
Repeatable
font-features
font-family = "Fira Code Retina" font-family = "HackGen35-Regular"
The text was updated successfully, but these errors were encountered:
No it’s not possible today. What is the desired behavior? Is this to configure preferred fallbacks?
Sorry, something went wrong.
Yes, I want to specify multiple fonts for English, Japanese, Nerd Fonts, and Emoji. The same as VS Code can set multiple fonts like this.
"editor.fontFamily": "'Fira Code Retina', 'HackGen35-Regular'"
Got it! This should now be possible as you described. 😄
Successfully merging a pull request may close this issue.
Is it possible to set multiple fonts in
font-family
?It should be a
Repeatable
config, similar tofont-features
.An example of the config.
The text was updated successfully, but these errors were encountered: