-
Notifications
You must be signed in to change notification settings - Fork 153
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
Not identified as monospaced font #23
Comments
I'll look into that. I'm sure i have a ubuntu virtualbox image somewhere ^^ |
Thanks @madmalik :) |
I have a similar issue, using PyCharm Community Ed 2016.1.3 this beautiful font isn't listed as monospaced |
It could also be JRE issue as both PHPStorm and PyCharm are Java-based (IntelliJ IDEA-based). On the Mac CLion (another IDEA-based IDE from JetBrains) correctly sees Mononoki as a monospaced font. |
Time to take advantage of my student status and get some IntelliJ IDEs for testing |
Thanks for your quick reply. No need to spend a dime to test this if you like, pycharm community is free. I am using it on windows. BTW I have tried several fonts in the ide, Deja Vu sans mono was my favorite but Mononoki is both beautiful to look at and super easy (for my old eyes) to read. Super job.
Time to take advantage of my student status and get some IntelliJ IDEs for testing— |
Same on Linux for Sublime text 3. I used this guide to install the font: https://community.linuxmint.com/tutorial/view/29. |
It's working on Sublime text 3 |
@AnwarShah you are right, I used |
Does not show up as a monospaced font in KDE system-wide fixed width or Konsole font selection. |
@madmalik I wonder if mononoki font miss a monospace subfamily(or style) like having italic or bold. The fact that this font is though monoscpaced doesn't mean it's a monospace one:
I think software look for openTypeNamePreferredSubfamilyName having monospace (example). So what do you think about having a "symlinking" regular sources with a new monospace subfamily (or style) ? Cheers, |
Mhh, I think you are right. I'll test that and make a release if all plattforms detect mononoki as monospace after that. Thank you! |
I'm affected by this problem as well, on Manjaro KDE. Let me know if you need any help verifying the fix. |
It has reached Debian/sid and has the same issue with Konsole. Fontmatrix, Libreoffice, GIMP see it. |
@jomendoz You'll want to edit ~/.local/share/konsole/PROFILE_NAME.profile and change the first entry in the Font list to mononoki. |
@DmitriK Thank you very much! This worked perfectly. |
@DmitriK I've found a GUI-way. In Profile Settings, tick "Show All Fonts" checkbox - viola! I just am wondering why it isn't recognized as a monospaced font in Konsole. |
I've had a similar issue with some customizations I've made to the Hack font. I've found that in order to be recognized as monospace everywhere, a font needs two things:
|
Related: #59 |
I'm trying to use Mononoki as my terminal font in kitty, but it is always being ignored because kitty seems to validate that candidate fonts are indeed monospaced. When I use I am wondering if this is caused by this line of fontinfo.plist. According to this page, this key should be I couldn't verify making this change works because I couldn't successfully build the fonts from this repo using Google's fontmake (something about "locl" feature not being defined). Maybe someone more experienced in font building or @madmalik can give it a try? |
Thank for the cool terminal font! I like the double-story g, the narrower width but tall x-height which helps reading CamelCase names. Same issue as @csauve . Kitty terminal won't use Mononoki, and defaults to the system default monospace font. It does work however when setting the system default monospace to Mononoki. In
I downloaded the Mononoki release archive and extracted to
The system does find the font by name, but it is not recognized as a monospace font:
Set the Gnome setting:
This made it work in apps such as For terminals and so on, also edit
(from stackoverflow) Then I ran It worked when opening a new kitty terminal. It did not need re-login. |
I was successfully able to make this font detected as monospaced by doing the following:
The font now shows up as monospace when I run |
All the widths are corrected. The next release should not have this problem |
Tried to use this font on PHPStorm over Ubuntu 14.04, installed the latest .ttf fonts, and it's not listed as a monospaced font.
The text was updated successfully, but these errors were encountered: