Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#72212 - [cantarell-fonts] Regular width font missing after upgrade
Attached to Project:
Arch Linux
Opened by Areg (mintsoup) - Wednesday, 22 September 2021, 20:25 GMT
Last edited by Andreas Radke (AndyRTR) - Friday, 24 September 2021, 20:08 GMT
Opened by Areg (mintsoup) - Wednesday, 22 September 2021, 20:25 GMT
Last edited by Andreas Radke (AndyRTR) - Friday, 24 September 2021, 20:08 GMT
|
DetailsDescription:
The updated package seems to be missing the regular width font. I noticed this in emacs when I couldn't set the font's weight to regular, instead only light and bold worked. Additional info: 0.303 Steps to reproduce: 1) Upgrade cantarell-fonts to the latest version 2) Open Emacs 3) Try to use Cantarell regular font 4) Notice it either renders it as light or bold |
This task depends upon
~> fc-list | grep Cantarell
/usr/share/fonts/cantarell/Cantarell-VF.otf: Cantarell:style=Bold
/usr/share/fonts/cantarell/Cantarell-VF.otf: Cantarell:style=Light
/usr/share/fonts/cantarell/Cantarell-VF.otf: Cantarell:style=Regular
/usr/share/fonts/cantarell/Cantarell-VF.otf: Cantarell
/usr/share/fonts/cantarell/Cantarell-VF.otf: Cantarell:style=Extra Bold
/usr/share/fonts/cantarell/Cantarell-VF.otf: Cantarell:style=Thin
(custom-set-faces
'(variable-pitch ((t (:family "Cantarell" :weight normal)))))
--> renders the font in org-mode headers (probably) 'Light'.
Note: I've rebooted the machine - issue remains.
I think Cantarell used to have an italic face at first release, but that got removed quite a while ago when it was revamped.
When printing a document with text with the Cantarell font, the text won't be visible at all in the PDF/printout. I'll test this weekend if providing the non-variable fonts fixes the issue.