Live data from Hacker News

Space Mono

fonts.google.com

61–70 of 74 posts

Re: Space Mono

#61
post #22

For some reason this contains fi and fl ligatures, which look pretty odd on a monospaced font: http://imgur.com/4tJkbaK

I'd not spotted that before reading your comment, and went looking expecting a double-width ligature, which would be quite cool. Squeezing the ligature into a single character width seems sub-optimal for a monospaced font.

I've done the same with my own programming font (mononoki http://madmalik.github.io/mononoki/ ) There is a difference between a ligature that a font may provide when you type in f and i and the unicode point 'LATIN SMALL LIGATURE FI', that is in there for historical reasons.

the first one would make sense as double width character, the second one should be single width to show, that the unicode point 'LATIN SMALL LIGATURE FI' is meant

Re: Space Mono

#65
post #12

Am I missing something here? Is this a new font or something? Is it a recommended mono used for coding? Do people like it? I am pretty happy with Monaco

I've been using Monaco for years. Something about it is very pleasing to me. However, I'm sort of bored with it and haven't been able to find a suitable replacement.

FiraCode https://github.com/tonsky/FiraCode/ ;) ... I actually like it.

Re: Space Mono

#66
post #48
post #46

Earlier quoted context omitted.

> Bitmap fonts preferred for crystal clear rendering and performance. Where by "crystal clear" you mean terrible jagged edges?

No, I mean zero smearing with/without anti-aliasing and pixel-perfect versions of the font that fit exactly into the raster. This is certainly a subjective matter, so it's moot to discuss why I fall into the crowd that finds pixel-perfect bitmap monospace fonts most pleasing. Thought it's telling if you see that even Mac users sometimes prefer misc-fixed: https://monkey.org/~marius/beautiful-fixed-width-fonts-for-o..…

>No, I mean zero smearing with/without anti-aliasing and pixel-perfect versions of the font that fit exactly into the raster.

I feel like this is not an issue with hi-dpi displays anymore (plus sub-pixel antialiasing and other niceties).

Re: Space Mono

#67
post #41
post #13

Earlier quoted context omitted.

No, it's not recommended for coding; it's a display font, to be used for headlines, titles, and the like, things where you want a little bit of stylistic flair. Here's the description from the link: About Space Mono is an original fixed-width type family designed by Colophon Foundry for Google Design. It supports a Latin Extended glyph set, enabling typesetting for English and other Western European languages. Develo…

it's not recommended for coding You're not kidding! Code displayed in this font looks downright bizarre[0]! [0] https://i.imgur.com/6HHFhCw.png

I think that looks lovely...

Re: Space Mono

#69
Space Mono is a monospaced font and basically suitable for code but does feature some questionable ligatures.A monospaced font, also called a fixed-pitch, fixed-width, or non-proportional font, is a font whose letters and characters each occupy the same amount of horizontal space.Many resources like custom essay writing service (http://www.essayguardian.com/) is eager to facilitate the educational process for everyone and offers its reliable writing assistance with all types of written assignments.

Re: Space Mono

#70

Earlier quoted context omitted.

I'd not spotted that before reading your comment, and went looking expecting a double-width ligature, which would be quite cool. Squeezing the ligature into a single character width seems sub-optimal for a monospaced font.

I've done the same with my own programming font (mononoki http://madmalik.github.io/mononoki/ ) There is a difference between a ligature that a font may provide when you type in f and i and the unicode point 'LATIN SMALL LIGATURE FI', that is in there for historical reasons. the first one would make sense as double width character, the second one should be single width to show, that the unicode point 'LATIN SMALL LIG…

That's an interesting point. But in this case, I had typed 'fl' and 'fi', so surely your first clause applies?
Post reply on HN