eigilnikolajsen / commit-mono

Commit Mono is an anonymous and neutral programming typeface.
https://commitmono.com/
1.13k stars 15 forks source link

Italic Font Does Not Zoom In / Out in Emacs #87

Closed stevemolitor closed 3 months ago

stevemolitor commented 5 months ago

In Emacs 29.1, italicized characters do not zoom in or out compared to non-italicized characters. Here I have increased the font size via text-scale-adjust to be very big, but italicized text is not affected:

I'm seeing this behavior in both v1.143 and v.1.142. I haven't tried versions older than those.

stevemolitor commented 3 months ago

This was an error in my emacs configuration. text-scale-adjust will not adjust faces with a height set; I had set a height for font-lock-comment-face. That's not necessary; removing that fixed it.