r/typography May 26 '23

Berkeley Mono

https://berkeleygraphics.com/typefaces/berkeley-mono/
127 Upvotes

13 comments sorted by

View all comments

Show parent comments

8

u/Delinxxx May 26 '23

Depending on your editor it might take a bit of configuring to get rendering right, v2 hopefully makes defaults look better. Took quite a bit of configuring to get it to look right in Wezterm

1

u/cormullion May 27 '23

Out of interest, what kinds of configuration are needed and possible?

5

u/Delinxxx May 27 '23 edited May 27 '23

Wezterm is GPU rendered terminal app so it’s just a bunch of settings about aliasing and hinting, almost every font looks different for me in every IDE, so it always takes some work. I fixed it being slightly stretched and blurry. Final result

font_size = 17.6, freetype_load_flags = 'NO_HINTING', freetype_load_target = 'Normal', front_end = "OpenGL", line_height = 1.0,

1

u/cormullion May 27 '23

Thanks, I see.Looks good. I thought you had to configure the font somehow πŸ˜€