Re: pkg/60146: JetBrainsMono-ttf font uses italics by default for regular text, behaviour not observed with other fonts
"Valery Ushakov via gnats" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR pkg/60146; it has been noted by GNATS. From: Valery Ushakov <[email protected]> To: [email protected] Cc: Subject: Re: pkg/60146: JetBrainsMono-ttf font uses italics by default for regular text, behaviour not observed with other fonts Date: Mon, 30 Mar 2026 18:46:29 +0300 Which versions of emacs, fontconfig, etc? I'm writing this in a buffer of an emacs-28.2 on a 10-stable system with pkgsrc-2025Q4 in a frame that I have just manually set to: (modify-frame-parameters nil '((font . "JetBrains Mono-12"))) You can ask fontconfig what does it think about the font spec with: $ /usr/pkg/bin/fc-match 'JetBrains Mono-12' JetBrainsMono-Regular.ttf: "JetBrains Mono" "Regular" (you might need the full pathname to use the fontconfig your emacs is built with, the other alternative being /usr/X11R7/bin/fc-match) -uwe