rougier / nano-theme

GNU Emacs / N Λ N O Theme
GNU General Public License v3.0
358 stars 35 forks source link

Boldness isn't working properly #24

Closed librarianmage closed 2 years ago

librarianmage commented 2 years ago

Hello,

I'm finding that nano-strong doesn't actually make text bolder than normal

Current config: image

rougier commented 2 years ago

The default weight is "light" while the "bold" is "regular". You need a font that support the light weight. Else, you can set the weight of nano-default face to regular and the one of nano-strong to bold.

librarianmage commented 2 years ago

I am using the default font, since I commented out my font definitions to confirm. On Sun, Apr 10, 2022 at 11:19 AM Nicolas P. Rougier < @.***> wrote:

The default weight is "light" while the "bold" is "regular". You need a font that support the light weight. Else, you can set the weight of nano-default face to regular and the one of nano-strong to bold.

— Reply to this email directly, view it on GitHub https://github.com/rougier/nano-theme/issues/24#issuecomment-1094306434, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC6P7442T36HW2WGZS3E36TVEL5R3ANCNFSM5TA6OGKQ . You are receiving this because you authored the thread.Message ID: @.***>

librarianmage commented 2 years ago

I'm not sure what caused this but it stopped happening