-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
why my linux machine doesn't recognize this font as monospace font? #1123
Milestone
Comments
Fira Code is double-width right now. If you are willing to wait until v6, it should be strict monospace and might improve your situation |
You could try to fix this in fontsconfig Put this to <?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="scan">
<test name="family" compare="eq">
<string>Fira Code</string>
</test>
<edit name="spacing" mode="assign_replace">
<const>mono</const>
</edit>
</match>
</fontconfig>
|
@AtifChy can you please check that this build works for you? |
@tonsky my linux machine is showing it as both normal font and monospace font. |
Awesome, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: