-
-
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
Remove OTF from distr to avoid confusion #939
Comments
Great! I have pointed this out to my linux distribution so that suitable message can be provided at the repository level as well. See here. Thanks! |
FYI the install instructions for using chocolatey on windows say to install firacode. This has a note to say it will install the OTF fonts, for TTF you need the firacode-ttf package. |
thx @bmdixon, fixed! |
The DEB package provided in the Ubuntu repositories also installs the OTF version of FiraCode which results in a blurry view. The files in the $ apt-file list fonts-firacode
fonts-firacode: /usr/share/doc/fonts-firacode/README.md.gz
fonts-firacode: /usr/share/doc/fonts-firacode/changelog.Debian.gz
fonts-firacode: /usr/share/doc/fonts-firacode/copyright
fonts-firacode: /usr/share/doc/fonts-firacode/examples/fira_code.css
fonts-firacode: /usr/share/fonts-firacode/woff/FiraCode-Bold.woff
fonts-firacode: /usr/share/fonts-firacode/woff/FiraCode-Light.woff
fonts-firacode: /usr/share/fonts-firacode/woff/FiraCode-Medium.woff
fonts-firacode: /usr/share/fonts-firacode/woff/FiraCode-Regular.woff
fonts-firacode: /usr/share/fonts-firacode/woff/FiraCode-Retina.woff
fonts-firacode: /usr/share/fonts-firacode/woff2/FiraCode-Bold.woff2
fonts-firacode: /usr/share/fonts-firacode/woff2/FiraCode-Light.woff2
fonts-firacode: /usr/share/fonts-firacode/woff2/FiraCode-Medium.woff2
fonts-firacode: /usr/share/fonts-firacode/woff2/FiraCode-Regular.woff2
fonts-firacode: /usr/share/fonts-firacode/woff2/FiraCode-Retina.woff2
fonts-firacode: /usr/share/fonts/opentype/firacode/FiraCode-Bold.otf
fonts-firacode: /usr/share/fonts/opentype/firacode/FiraCode-Light.otf
fonts-firacode: /usr/share/fonts/opentype/firacode/FiraCode-Medium.otf
fonts-firacode: /usr/share/fonts/opentype/firacode/FiraCode-Regular.otf
fonts-firacode: /usr/share/fonts/opentype/firacode/FiraCode-Retina.otf Maybe someone could inform the corresponding Debian package maintainer? |
I always thought that otf was the superior format (clearly I was wrong). So I guess my question is what is the benefit of using otf (is it for compatibility or something)? |
I think at some point OTF was superior to TTF, but now they are mostly the same. The difference between OTF and TTF is that TTF can embed hinting instructions, which are essential for rendering on low-res displays. |
Makes sense, thanks for clearing that up 😄 |
I asked the Debian package maintainers to ship the TTF instead of the OTF version: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962478 |
I want to make sure there is no misinformation here, since there seems to be some confusion regarding font format and file extension. OpenType is a superior format to TrueType: it's a newer format based on TrueType, and improves it by several important features, such as:
OpenType supports using either TrueType (TT) or PostScript (PS/CFF) outlines (TrueType uses embedded hinting, PostScript relies on the rasterizer). Here are a few links regarding OpenType formats: |
Thanks @jsejcksn that clears out a lot of things! |
@tonsky After reading some more issues like #1057, I suggest that you publish a patch update with the same TTF files from version 5, but using the (To be clear, I mean literally just change the file extension from |
The otf-fira-code package is just removed from Arch Linux community repo. ttf-fira-code is distributed from the start. Related tonsky#939
The otf-fira-code package is just removed from Arch Linux community repo. ttf-fira-code is distributed from the start. Related #939
@tonsky --- I just did a fresh install of linux and was struggling to get the font rendering right in vscode. After several hours of meddling with system, searching in my linux forms, I finally found the above point. And this resolved the issue --- I had installed OTF version.
So, I would suggest putting this point (TTF for linux, windows and OTF for macOS) somewhere in the home page or help section so that users can easily find it.
And thanks for this beautiful font!
Originally posted by @werunom in #798 (comment)
The text was updated successfully, but these errors were encountered: