Hacker News new | past | comments | ask | show | jobs | submit login
Intel One Mono Typeface (github.com/intel)
295 points by tehnub on May 13, 2023 | hide | past | favorite | 220 comments



One thing I really appreciate about fonts is the low-stakes nature of trying them out.

Installing is easy, and doesn't take much space, you set your editor and try it out.

There's no lock-in, switching back takes zero effort.

So I'm always keen to give them a go, some stick, some don't.

For what it's worth I'm in the no-ligature group. I want to see => not some ligature. But again that's subjective and there's room for all at the table.


The absolute worst is when a monospace font puts fi into a ligature with a width of 1 character, entirely defeating the purpose of being a monospaced font.


Can you provide an example of the font doing this? Substitution of individual characters with ligatures is in my experience a feature of the typesetting/display engine (which decides how to represent the "bytes" as glyphs), not the font itself. Indeed, this ligature substation is often something you can toggle in whatever application you're using if it's capable of doing the substitution at all.


Overpass Mono does it:

https://fonts.google.com/specimen/Overpass+Mono?preview.text...

It's been fixed in Red Hat Mono.


That looks so wrong. Why would they do this?


I suspect is just a bug: the ligature tables were copied from the regular variant, and perhaps no one noticed for some reason. Maybe the assumption was that the renderer would turn of ligature processing in monospace mode at the time, and the reference renderer did that?


I can't find any examples now, but I'm positive that there have been "coding" fonts which do this that have hit the front page of HN. Highlighted as a feature in the screenshots, even.

Another example of form over function, to the utter detriment of function, IMHO.


Perhaps Fira Code?

https://github.com/tonsky/FiraCode https://news.ycombinator.com/item?id=10764527

But I think it's different: it uses double-width characters for two-character ligatures, so this doesn't break alignment.


It's truly amazing that people can like different things, no?


OpenType fonts can define ligation pairs. If the editor implements OpenType ligatures, it will read the instructions from the font and implement them. There will probably be a setting to enable or disable ligatures entirely, and there may be another one for which ligatures to include.


> If the editor implements OpenType ligatures, it will read the instructions from the font and implement them.

Exactly.


I don't use ligatures at all, but I have seen it on websites. So perhaps it's the CSS of the website that has decided to do this. I don't have any specific examples off hand, but my mental picture puts it on sites that also use this style of font: https://rubjo.github.io/victor-mono/ (although typing fi into the sandbox on the site doesn't exhibit the behavior).


Yup. It's the browser that's choosing to display this. As 'gdwatson pointed out, the font can indicate which ligatures are available, but whether or not the substation occurs also depends on the typesetting engine.


So then it is the responsibility of the font to make sure that when a ligature that it made available is used that is displayed as two characters wide instead of one?


If that's the shape the font designer wants for the ligature glyph, yes. IIRC, Tonsky's Fira code is designed with this in mind (https://github.com/tonsky/FiraCode) (Butterick uses Fira Code as his example.)

But maybe it's the intent of the designer to have each glyph have the same width, not each "character", so the glyph LESS-THAN OR EQUAL TO (≤, https://www.compart.com/en/unicode/U+2264) would be the same width as < or =: it's ultimately up to the application/typesetting engine to decide whether or to substitute the character string "<=" as "≤", and to see if the font _has_ that character and how to render it to the screen.

I suppose you could have the typesetting engine choose to somehow read the two characters, note that there's a ligature substitution, and "fit" the ligature glyph into a two-character space (say, padding the glyph or horizontally stretching it), but I doubt that would be very pleasing.

But ultimately what gets displayed is up to the typesetting engine: it can choose to use or not use ligatures; it can choose the spacing between glyphs; whether to "fake" certain styles (such as italics), text justification — all sorts of behavior. Good typesetting is available in many more applications today than it was, say, 25 years ago. There was all kinds of janky behavior going on, both from the engines not using information in the fonts when it was available, and faking it or overriding it as well.


And your example about CSS and browsers is exactly this. There can be information added to indicate how things should be displayed, but it’s ultimately up to the renderer. All the tricks used to adapt to various ways browsers render the same data, and sometimes the same (font and CSS) data in different contexts (say, as part of a <p> vs part of an <input>) in the same browser.


Found an example: <https://api.slack.com/events/url_verification#markdown>

It appears to be because of `font-variant-ligatures: common-ligatures` being set on body.


Bitbucket used Nimbus Mono with this unfortunate behavior, until I disabled it with a Stylus CSS injection.


I have never seen that happen. Wouldn't use.


> I want to see => not some ligature. But again that's subjective and there's room for all at the table.

The way you put this is funny, because your => renders as a ligature for anyone with a ligature font as their default font in their browser (me).


Thank deity that we don't have package managers for fonts.



> Thank deity that we don't have package managers for fonts.

I use the Homebrew package manager on macOS to install fonts. Probably works the same way when running Homebrew on Linux.

How I install one of my favorite fonts:

    brew install font-meslo-lg-nerd-font


I'd love one, honestly. Fonts do get updates, especially fonts patched with the Nerd Fonts extensions... would love to be able to update mine in one go.


we’ve had them for a very long time, actually

https://apple.fandom.com/wiki/Font/DA_Mover


3 years later: oops it had an unintentional backdoor, we didn't know about that. lol.


To this day I haven't seen a monospaced font superior to Courier New.

And before anyone asks: No, this isn't a meme. Yes, I'm 300% serious.


> To this day I haven't seen a monospaced font superior to Courier New.

Liberation Mono. Metrics that match Courier New, very legible at all font sizes, easy on the eyes and consistent, wide character support, free, none of that ligatures stuff (personal preference). https://en.m.wikipedia.org/wiki/Liberation_fonts

Some might also like Cousine as an alternative, a version called FiraCousine also supports ligatures for those who want them. https://en.m.wikipedia.org/wiki/Croscore_fonts


Liberation Mono is not bad. Sadly, Liberation Sans is a no-go because it lacks crossbars on the capital "i". Such an annoying failing of so many sans fonts.


> Such an annoying failing of so many sans fonts.

Here's an example of some fonts, for anyone curious: https://i.imgur.com/jYA6jt3.png

Some fonts like Arial are bad at this, capital "I" and lowercase "L" look the same. Calibri and Liberation sans both have slight differences, but not enough to not be confusing. Some fonts like Open Sans have crossbars on capital "I", which solves this problem. But that's not the only solution, fonts like PT Sans have a different looking lowercase "L" which is different enough not to cause confusion. Then again, technically you could also run into issues with the vertical line symbol "|".

Also, PT Mono is a nice font, but has issues with a small full stop symbol at smaller sizes (not as pronounced as Liberation Mono, annoying): https://en.wikipedia.org/wiki/PT_Fonts


Thanks! I compiled a list of sans-serif fonts with acceptable capital "i" and zero/O distinction a while back... but don't have it on hand. But it's a lot faster to go to fonts.google.com, select sans-serif, and change the example text to "Does this have a proper I and O and 0" and start scrolling!


I didn't know about the Croscore fonts, thanks. They look very similar to the Liberation fonts.


There's a vectorized version of Monaco with pixel-perfect hinting when anti-aliasing is disabled that I've been using for years now. I don't remember where I got it from though. It's beautifully legible at any size.


You have to be trolling us. Literally the fish that got away story for fonts.


If you want to go fishing on this, one hole is Apple's old low-end printer line. The printer disks had expanded versions of the 'city' fonts which never shipped with the OS.


I was trying to remember the Apple font I used to download for use with IDEs in Linux back in the day because it was by far the best for programming I'd ever seen. Monaco must have been the one.


Could you share the font files? I’m curious to see it.


I'd love to see it


Allow me to introduce to you, Courier Prime:

https://quoteunquoteapps.com/courierprime/

It's slightly thicker to more closely match what Courier from a typewriter actually looked like on a page with the ink bleed -- Courier New was modeled after the typewriter forms, not the result on the page, which to me has always been a massive error.

And Prime has beautiful, actual italics.


To this day, there isn't a font that I hate more than I hate Courier New.

Don't know why, it is of course not logical, but it is.


Probably not the font itself but the environment around it when you see it?

You usually sees it as the default monospace typeface in an old windows environment, probably with no anti-aliasing and with low resolution screen. That combination is an eyesore.

Courier New in an modern environment, with modern text rendering and anti-aliasing on high res screen is actually not bad at all.


I see it in other people's PuTTY sessions. It's so bad.

Use Consolas, or Droid Mono, Lucida Console, almost anything.

Courier is so thin and terrible. Combine that with the default color scheme of most Linux terminals...ugh.

Maximize that terminal window on a 16:9 display when connected to a device that only gives 80 characters wide output as the final mail in the coffin.


The only issue I have is with the 'weight' of Courier New. It's too thin for me to be able to read. If it were just a hair thicker and had proper ligatures, I might use it.


That's because it was digitized wrong, from the metal rather than from the effect of the metal smacking a ribbon onto paper.


> To this day I haven't seen a monospaced font superior to Courier New.

"To this day I haven't seen a monospaced font that I like more than Courier New", surely.

What is your quantitative measure for this, and what are the values of the other fonts you've tried?


I really like Courier New but I like DejaVu Sans Mono (https://dejavu-fonts.github.io/) more. :)


Have you tried Courier Prime, with a less anemic weight and optional O0 and Il1 differentiation? (Though it has janky hinting on Windows.)


Too thin for me. I prefer regular old Courier.


Courier makes my eyes bleed.


I don't love the aggressive curly braces. Does anyone else? I feel like the whole typeface here is consistently bland, and then there's the angry curly braces that pop out of nowhere.


A bit to zigzaggy maybe, but now parens / brackets / braces can't be mistaken for one another.

"Bland" is actually good; when reading source code, you should be able to pay no attention to the font, and concentrate on the text.

I like how quotes, asterisk, circumflex, etc are large and legible.


I love bland. I agree that they should be very clear and legible, but I think they should to match the rest of the typeface.


The parentheses are a bit intense as well IMO, though I appreciate the distinctness of vertical characters (ilI|1!)


You guys don’t find the ampersand a little too wibbly wobbly and neurotic?


It’s a bit unusual, but I wouldn’t say either “wibbly wobbly” or “neurotic”. On first impression, I like it: it’s clear and distinct while managing to be light and open without having a light stroke.


It can't be mistaken for 8 though.


Few can.


I didn't see that until you mentioned it. The curly braces distracted me.


That’s a deliberate choice and I suspect that it was driven by their goal of making a better font for low-vision developers.


Outweighed by the fact that this font offers two things that every font should:

1. Crossbars on the capital “i” 2. A zero that’s distinguishable from an O


I love it ! No extra mental process to really know if a brace is a brace of a bracket.


Fully agreed, these irritating curly braces are the reason to reject it.


I was prepared to just tolerate them, but I do find it easier to identify them at a glance, and distinguish between [ and (. Just switched my IDE to this font.


> I don't love the aggressive curly braces. Does anyone else?

I really dislike the curly braces in this font. Fonts with this stye of curly braces are a dealbreaker for me.


Too much horizontal movement, great for python fans though.


The size of the parens/brackets/braces ruin the entire font for me.

Good thing they are many others.


I agree, curly braces that curve back are an aesthetic abomination, IMO.


IBM released a typeface a couple of years ago with much marketing fan fare:

https://www.ibm.com/plex/ https://github.com/IBM/plex

On another note, are there any notable examples of AI-generated mono-spaced programmer fonts?


That IBM website promoting it is the most ridiculously overengineered yet totally unusable website I've used in quite some time on desktop. It's really quite something. Also disappointing that the Github README doesn't include alphanumeric sample text.

Eventually I just gave up and found a usable website to actually view and sample the font: https://fonts.google.com/specimen/IBM+Plex+Mono

Luckily, the font is much better than the website!


If you go to https://www.ibm.com/plex/gallery/ and scroll down to "Plex will be mega-international.", you can replace that text with your own, for testing. But I agree that it's ridiculously overengineered and it took way too much time to find this.


For me it's the doublethink trade-show signage.

I like the font, though, not as much as Source Code Pro Nerd ExtraLight.


I think I just found my new favorite font. I'm absolutely addicted to grotesque sans-serif, I used to use Roboto everywhere, but now I'm currently using Cantarell (GNOME's default font, a humanist typeface) as my desktop font and as an overwrite font for every single website I open, but I might just start using Plex Sans and Plex Mono now. Thank god it's OFL.

I still find it fascinating that there are so many different typefaces with such subtle differences in them, but since I'm looking at characters in the screen the entire day, these characters better be beautiful and pleasing.

I'm not gonna lie, every time I swap fonts on my desktop I keep remembering that one scene from American Psycho [0]. Maybe I should touch some grass.

[0]: https://youtu.be/cISYzA36-ZY


You'll love Linus Boman's take on it then [1]

If you love neo-grotesques, you can't do much better than Neue Haas Grotesk or Atlas Grotesk [2]. Both are by CommercialType, both cost a pretty penny, but both are absolutely amazing.

I fully agree with you about wanting beautiful and pleasing characters though. It's my gift to myself for being paperfree. If I'm going to read on screen instead of printed, I want the best possible experience. 32" 4K display, professional fonts, nice software for writing in etc.

[1]: https://www.youtube.com/watch?v=QKc54z5SsEs

[2]: https://commercialtype.com/catalog/atlas/atlas_grotesk


"Atlas Typewriter, a companion monospaced family also in six weights" [1]

[1] https://commercialtype.com/news/atlas_grotesk_typewriter


Yep. Best of all, you can download trial versions of all of these to try them out.


The best possible experience is 6-8k at 32", low DPI can go burn in hell.


Amen. It's a shame dell released that one 8K monitor and peaced out. It's still available but it's expensive as hell, and I could not for the life of me justify needing dual DP cables. But I'm constantly tempted...


Each time they release something like this it's got to require two inputs, is clunky, may have tearing problems under some platforms, and is discontinued not very long after due to lackluster sales. Remember they had a 5K monitor plagued with the same kind of trouble?

Given that most of the gear in the business world is laptop-shaped, requiring two DisplayPort cables is just not going to fly. What do you mean, "get that expensive USB-C to dual DisplayPort dongle from Sonnet"? I thought DP1.4 was perfectly capable of driving an 8K monitor over a single cable, heck, that's what my old Dell Precision 7520 laptop is supposed to be able to do.


Impressive. Very nice.

Let's see Paul Allen's font.


brb setting my editor font to "Silian Rail"


I like Plex, but for some reason dislike fonts that put a dot in the middle of the zero.

If the O and the 0 are so similar that you need a decoration, then it's wrong.

If a decoration is absolutely necessary, then I prefer a slash. A big, meaty slash. Not one that is confined inside the zero.


FWIW, all IBM Plex fonts offer plain, dotted, and slashed zeroes via OpenType stylistic alternatives (dotted is default for Mono, plain for others).


On a (narrow) monotype font, it's pretty hard to make the capital 'O' wide/round enough, isn't it?


The proportions of this font seem really surprising to me — I don’t know why, but monospace letterforms are rarely so “square”. It really puts me in mind of old 5x5 and 5x7 bitmap fonts, where the resolution constraint meant that you had no choice but to “squash” your ascenders and descenders, moving your baseline toward the middle of the glyph for glyphs with sticky-outy bits.


I like how they make a point of consulting people with different legibility needs!

That's a very important point of difference!

People that aren't blind, but don't have perfect eyesight often fall into a forgotten middle ground!

Glasses don't cure everything!

Source: Have a son with eyesight issues who complains that even with the best glasses money can buy, struggles to read information posters in his classroom and so on!


Why do you end each sentence with exclamations? Your past comments suggest you do this often. It's hard to read, as the reader wonders if it's a joke or sarcasm they haven't figured out, detracting from simply reading your comment.


they even list a source, having a child with vision issues.

your complaint may feel well-intentioned, but taken at face value you have told a parent that their enthusiasm over things like companies caring about groups of people that often get lost, that their child falls into, that has led to their child struggling, after all that, that their way of communicating, of expressing themselves, is so burdensome that it drove you to check into their previous comments to make sure it wasn’t a troll, and then offer your “constructive criticism.” without acknowledging anything about their comment beyond the punctuation.

was it worth it?


My intention was in supporting them and their voice reach the audience with less hinderance. I didn't mention "enthusiasm", only pointing out the frequent and unusual use of punctuation can misread or be distracting. Hopefully it's of use to them.


"A panel of low-vision and legally blind developers provided feedback at each stage of design"

I used the medium style for two hours at pretty small font-size (8pt) on a light background. And i must say i kind of liked it so far. The greater line height and letter spacing looks good on smaller sizes. On greater font-sizes the letters getting to much "personality" and the font start to feel out of bounds. It is as easy to read as my preferred font but in smaller sizes. Which is appreciated. Not sure if really want to switch, though.


The curly braces are rather weird.

In my opinion, the pinnacle of FOSS monospace typefaces is JetBrains Mono.


As someone who's spent a fair amount of time doing math and coding on a whiteboard, the curly braces resonate with me. That's what mine look like when I'm trying to get an idea down before I forget it or my audience gets distracted!


It is the best monospace font ever. I've tried a whole host of programming fonts, but nothing is hinted as well for Windows as Jetbrains Mono. It made me move off of Consolas, despite a decade of having gotten used to it.


I tried all of these out, still prefer Lucida Console for the command prompt. It seems to be the most compact despite staying readable. All the rest require a bigger font for some reason, otherwise they are hard to read. Was that different from your experience?


First, the font that we are used to has an outsize impact on what we prefer. So, if neither of these 'sit right', don't worry.

Digital font designers have to start out by choosing something called the em-height. This is a nonsense holdover from print days, and is especially infuriating because no one agrees on a standard em-height. Therefore, fonts look different despite being set to the same size. Here is a great rant on this: [1]

Lucida Console has a large x-height, which is generally considered helpful in small-size legibility. But it has that in common with both Consolas and Jetbrains Mono.

For me, I can use Consolas, Lucida Console and Jetbrains Mono all down to Size 10 in Git Bash on a shitty 13" 1080p laptop screen. Hence my comment that the ClearType hinting is glorious.

[1]: https://tonsky.me/blog/font-size/


I stopped setting custom font for coding once I switched over to the JetBrains IDEs. It's good!


it's a nice font but the'r' is pulling my eyes to the floor :D

fira mono forever! :p


Intel has a little known open source sans serif too[1].

It's quite beautiful and has a DIN feel to it[2].

It's been around forever and maintenance was recently discontinued.

[1] https://github.com/intel/clear-sans

[2] https://www.fontsquirrel.com/fonts/clear-sans


Hmm, the lowercase L kinda sticks out like a sore thumb though. DIN 1451 does look better.


Why do hardware companies release fonts? It’s not snark, I am legitimately curious. Is it marketing, branding, something else?


One factor is that licensing fonts can be extremely expensive. So, make one: pay a higher upfront cost, create something unique to represent your brand, and never pay another cent.


But there are already tons of great fonts available under open licenses.


But do they represent the Intel brand?

Did Papyrus represent the Avatar brand?

DID PAPYRUS?!


"He just highlighted Avatar, he clicked the drop down menu, and then he randomly selected Papyrus, like a thoughtless child just wandering by a garden yanking leaves along the way." [1]

As iconic a moment as the creation of the first sans serif font [2].

[1] https://www.youtube.com/watch?v=jVhlJNJopOQ

[2] "The earliest printing typefaces which omitted serifs were not intended to render contemporary texts, but to represent inscriptions in Ancient Greek and Etruscan. Thus, Thomas Dempster's De Etruria regali libri VII (1723), used special types intended for the representation of Etruscan epigraphy, and in c. 1745, the Caslon foundry made Etruscan types for pamphlets written by Etruscan scholar John Swinton." https://en.wikipedia.org/wiki/Sans-serif#:~:text=The%20earli....


I have watched that skit at least a dozen times. It hits me deep. Gosling really sold it.

This thread made me finally look up its origins which are a bit interesting.

https://ew.com/tv/2017/12/19/snl-writer-julio-torres-avatar-...


As long as Sans is around.


Intel produces more software than most software companies.


Many kinds of hardware have a display of some kind. Microwave ovens, home entertainment, lab equipment, printers, oscilloscope, circuit testers, etc.

Even the ones that don't have a display may have printing on them, from part numbers and serial numbers to instructions and warnings.


Do they in general?

Intel produces and awful lot of software; they clearly are hardware-first, not hardware only.


Not what your point is, but I'm all for it. I love Cascadia Code, Jetbrains Mono, JuliaMono. I love IBM Plex Sans, I love Source Serif and Source Sans. I love Cooper Hewitt. We live in truly the golden age of reading text on screen.


Ownership - they don't want to pay font licensing fees forever.


Not being mean, but once you have a "taste" for how the written word is written, fonts start mattering a LOT.


Do you know why any company releases fonts? If so, probably largely the same reasons. Also not snark.


I guess the best coding font is one you are used to. My first font was MS Fixedsys but then on a friend advice I've tried terminus [1] and liked it. Since then I've tried many other fonts but none of them stuck with me like terminus did. The only downside probably is that while bitmap fonts looks pixel-perfect 3rd party TTF versions are not so good (and some terminals support only TTF/OTF).

[1] https://terminus-font.sourceforge.net/


I really like Terminus too. I used it extensively when I was programming on a lower dpi screen where antialiasing makes everything look blurry.


After years of using Ubuntu Mono, I've switched to IBM Plex Mono six years ago and I just can't find a better one now. That one feels weird, especially the curly braces.


Very glad to see more “low x height” monospace fonts (x height is the height of lowercase letters relative to capital letters; I haven’t checked to be sure but my eyes tell me this is on the lower side). Source Code Pro has been my go-to for a very long time, and it has always bothered me that Apple opted for higher x-heights in their San Francisco re-design of Helvetica (which already has a high x height to begin with).

It’s interesting that they had high-powered readability consultation and a lot of real-world tests with visually impaired developers and still ended up with low x heights. I had heard higher x heights were preferred for readability.


> Source Code Pro

You nailed it - the reason I've stuck with this font for so long is that I really appreciate the beauty of a proper x-height more than I prefer the supposed readability advantages of tall coding fonts. As long a font gets the basic features right (tails on Iilt etc characters, dot in the 0) I've never struggled with reading in monospace for hours on end.


I thought the point of narrower fonts isn't readability but being able to squeeze longer lines into the same screen area. I find it helpful on 14" laptops as it can make the difference necessary to have two files side by side in a readable font size.


High x heights were considered more legible for low-resolution displays (though I'm not sure if the evidence was there or if it was just something that sounded sensible) but have not been considered good with high resolution ever I think.

Think something like Verdana (invented for low-res computer displays) vs Garamond (staple for a long time and not just because it looks pretty.)


Personally I'm skeptical of their consultation. My vision is not terrible but just on my initial scan the lowercase vwxyz look too similar to their uppercase variants and I have difficulty with the lowercase l and 1. Without my glasses I wouldn't be able to tell those apart at all.


I have no idea about readability really; I have my preferences but I assume the experts know stuff I don’t, or at least know what works for a wide variety of people while I only know what works for me. The fact that IBM also validated their font with actual tests on people who need readability does lend some support to the consultants (assuming the focus group results and the consultant advice were in agreement).


the lowercase vwxyz look too similar to their uppercase variants

Is that likely to cause problems, do you think? You don’t generally need to read one of those characters on their own, they’ll be in context next to other characters. As long as you easily distinguish, say:

v0 V0

"v" "V"

If those are clear then I think it’ll be fine. And the relatively low x-height should help.



Love these kinds of fonts.

I've used Recursive Mono Casual for all my coding for years now and I love it. ( https://www.recursive.design )

The italics are nicely distinctive from the normal font. Everything super legible.


I like it a lot! Definitely in the camp of “comic sans is over-hated for poor reasons, and might even have legibility benefits for dyslexia”, and I considered a few comic sans inspired monospaced fonts before settling on Source Code Pro. The leaders were Fantasque (https://github.com/belluzj/fantasque-sans/) and Comic Code (https://tosche.net/fonts/comic-code). (Comic Code’s creator actually links to the font you linked, Comic Mono, as an example of a free font with the same spirit!)

Ultimately I found that anything descended from or inspired by comic sans ended up a little too busy for my eyes.


I appreciate how Comic Sans was used by educators to find something that helped people with dyslexia, while also breaking down the serious barrier. SPJ[1] from Haskell would use Comic Sans in his slides, which seems oddly humorous to me.

Below are fonts are designed to minimize the effects of dyslexia.

https://www.dyslexiefont.com/

https://opendyslexic.org/

https://www.k-type.com/fonts/lexie-readable/

[1] https://www.cis.upenn.edu/~sweirich/icfp-plmw15/slides/peyto...


Two story lower case 'a' and simple lower case 'g' FTW.

Three story 'a' and four story 'g' drive me nuts. They seem overwrought, esp for monospaced coding fonts.

Individual preferences are weird.


All the other letters are nothing out of the ordinary, but the { } look really odd.


That’s about the only thing I find immediately appealing. I wish more mono fonts made the various brackets this strikingly different. They don’t need to look good necessarily, just distinct.


The semicolon and all the brackets look to have a lot more emphasis than they do in many common monospace fonts, which makes a lot of sense if you're designing your font for developers. Same with the 1Il distinction they show off in their graphic, or O0.

It's unusual, but I'd bet it feels nice to work with after getting used to it.


Those caught my eye and I think I like them.


they will cause addiction. going back to the boring curlies after this one would be hard, i guess


Man I really have a vicerally negative reaction to this font.

1) The braces are completely horrible

2) What kind of person thinks that making the fullstop massive and putting it in the middle of the line like a dot product sign is good?

3) Where even is the backtick?

4) For all their talk of legibility, lowercase l and 1 are very similar looking to my eyes.


You should install the font and check it out. 2 - what you see in screenshot is not period, 3 - backtick exists, not in that screenshot, 4 - lowercase l is curved and totally different from 1


Zero interest in trying it out, especially now that someone has pointed out that the - and + are not vertically aligned. I cannot unsee that. In any case it just looks way worse than my lovely Berkely Mono. For the braces and the shape of the 6 alone I couldn't possibly use such a font.


> 2) What kind of person thinks that making the fullstop massive and putting it in the middle of the line like a dot product sign is good?

A lawyer.

Scanning dense legalese and/or contract language becomes quite a bit easier if you have an easy visual cue where the current (tortured) sentence will end. It provides a decent estimate for the upper bound for how much context and/or state you need to keep in your head to process a given statement.

I get to review technical and security parts of contracts at work and can see the value for such a font in that particular case.


Also the plus is positioned higher than the hyphen-minus. Vertically center-aligned operators (+-<:=>) are a must for coding, in my opinion.


Totally agree.


> Where even is the backtick?

Not just that, why is the backtick unconditionally combining with the previous letter? If you type "a`" it will always print "à" for me, even combining with letters like "t", seems like a ligature table bug or something. Just randomly saw that when looking at a markdown file


Some other things that irk me a little with that font :

The "@" looks thinner than the other chars.

The "%" has its fraction slash cut in 2 non aligned non rectilinear parts (and not coherent with their "‰" and "‱").

(Also, the "€" looks weird to me, maybe because the horizontal lines are of the same length ? But that's probably less important in a coding context)


I'm going to add that the lowercase vwxyz are very hard to distinguish from their uppercase variants. Total fail.


With their lake naming convention, they totally missed calling the typeface "Mono Lake" or maybe more appropriately Lake Mono, if there were other fonts to the typeface.


I feel this typeface will run hotter than an Apple mono typeface but underperform in comparison to an AMD mono typeface


I'm still waiting for Intel to port to a monospace instruction set.


MISC. I like it. Good work.


From the README:

> ... legally blind developers provided feedback at each stage of design.

This makes me curious.


I just had the realization that "legally blonde", the comedy movie, may have been a pun on this expression, it makes much more sense now.


“Legally blind” doesn’t mean absolutely zero vision, as I understand it - many people can still benefit from more legible type.


Yes, the vast majority of blind people are not the stereotypical “whole world is black”. Even among the profoundly blind there is often some vague perception of light vs dark.


It means someone with 20/200 vision or worse.


I actually really like it, but that lower case k and l just look really out of place for some reason.


A small curve on the bottom right arm of the k and the top of the l (rather than the straight line) would help a lot, I think.

The {} look visually jarring to me. I don't know that I'd want to look at those all day long.


Ouch, I didn't even notice those at first. Those are visibly jarring, and don't seem in line with the rest of the 'look.'


I love the curly braces :{)


I love them and wish I'd had this font to give to my intro students—mistyping a curly for a paren is annoying enough when you're experienced, but when you're new to programming and the error messages are not yet super helpful to you and you can't quickly spot the difference between curlies and parens, it can be a really rough ride.

The rest of the font looks good too! I love a good coding monospace that fully distinguishes all the characters.


You make an excellent point, but I can't help but think there are ways to make curlies visually distinctive without also making them look like poorly-done graffiti tags. There's no accounting for taste, but to me those are just plain ugly.


Why is it combining back-tick with the previous letter in a ligature with almost all letters? Into a single character wide element it seems. So looking at a Markdown file with "a`" will print it as "à" always even with letters like "t" or "Y".

Edit: issue seems to be disussed here: https://github.com/intel/intel-one-mono/issues/3


IMO IBM Plex is nicer - that's been my go-to monospace font since it was released.


> Introducing Intel One Mono, an expressive monospaced font family that’s built with clarity, legibility, and the needs of developers in mind.

This font has the worst clarity and legibility I've ever experienced. If you try to read code using this font, you'll break your eyes. You have to make a conscious effort to read every word. It gets tiresome really quickly.


I love trying out new fonts, but this one seems too squashed. I'm still chasing the perfect font after all these years, but there's always a slight problem.


My two favourite monospaced fonts are:

- fira code: https://github.com/tonsky/FiraCode

- jetbrains mono: https://www.jetbrains.com/lp/mono/

And I have tried a lot. Everything else feels weirdly stretched or cramped or not legible enough etc.


I like both of those a lot but I'm all about the Berkeley Mono which I picked up after it appeared on HN. It feels like a modern version of an ancient old terminal font. https://berkeleygraphics.com/typefaces/berkeley-mono/

Note they have different versions of the zero to cater to different tastes. The dot, the slash, the negative slash and the just figure it out it's slightly less round than a capital O are all available. They also have a ligatured version for people who are into that.


I love Fira Code, and Hack (https://github.com/source-foundry/Hack).

In another lifetime I coudn't imagine using anything other than Consolas/Inconsolata.


I tried it, and I didn't see enough advantage over other monospaced fonts routinely available to me on a Mac.

It was quite line-width dense, almost like boldening (but not: I checked and the boldface was quite distinct) which I like: some people go for thin lines and they look great but they don't always aide comprehension.


Hmm, why are the sources in a zip file instead of directly in the repo? Do they not intend to modify the sources to expand coverage?


Looks like Frere-Jones collaborated on this. They have a ton of experience with readability and typefaces. Excited to try this out!


I’m such a sucker for monospace fonts. It’ll be hard to beat the comfort with the custom build of Iosevka I created painstakingly over the course of about a month trying different combinations of the available characters to find what felt the most pleasant to my eyes but I’m looking forward to trying it out.


The curly braces, i, and l all remind me of how I would handwrite those symbols doing math so it's a little strange to me that they didn't cross their z's as well in keeping with that style. I suppose that might get too dense at small font sizes though. I'll have to try this out!


is anyone else thinking Jetbrains Mono is the best thing ever made for terminal and vim font??


Nothing beats Iosevka Term (Slab) for me. It nails so many details for me I can't imagine switching ever again.


Wow that one was new to me, looks pretty good.


I avoid it like the plague because of ligatures, although I must admit other than that I enjoyed in my (admittedly short) experience with JetBrains IDEs. Have never tested them elsewhere.


Why don't you just disable them? Or does your editor not give you the option?


They offer a "JetBrains Mono NL" variant where the NL is for No-Ligatures. I use it daily on Eclipse.


I wasn't aware that you could disable them, I thought this was handled entirely by the font and not by the editor. Living and learning. Might try JetBrains Mono again without ligatures this time, after I finish my trial of IBM Plex.


Ah, no, I phrased that in a rather callous way. I'm sorry – my apologies.

If you do decide to give it a try, I hope your editor makes it easy to configure (since they really run the gamut) and that you have another typeface to enjoy!


Don't know about best, but it's pretty great. That's what I've been using for the last one year.


For low-DPI, I haven't found anything that beats Lucida Console.


I use Noto Sans Mono because it's got a lot of glyphs, it's not so "busy" looking, and I use the variable font features:

https://fonts.google.com/noto/specimen/Noto+Sans+Mono

https://notofonts.github.io/latin-greek-cyrillic/

https://github.com/notofonts/latin-greek-cyrillic


Why are people still using mono fonts in 2023? There are very few reasons not to love proportional fonts in your IDE.


I am still looking for a proportional font where I can clearly distinguish to single quotes from a double quote, and distinguish a single quote followed by a double quote from the double followed by a single. Do you have some suggestions?


It makes code indentation much more clear. Though what are the advantages of using non mono for coding? Are there clear advantages for that?


If you are only indenting the start of your lines (and not inside the lines), a proportional font is actually completely unproblematic.


For IDE i can't speak but, they're necessary for terminal/textual ui's like vim, emacs, kakoune, helix, lazygit, etc.


Couldn't tell from the repo: does it have power line glyphs? I suppose they could easily be patched in if not


Am I the only one who's a fan of what you might call the "default" monospace fonts on Apple and Google platforms? I very slightly prefer SF Mono (the Apple one) and use it on my Macs, but since it's not free I'll use Roboto Sans Mono (the Google one) in my Unix envs. I find this also helps give my brain a little visual cue as to which environment I'm working in.


Honestly, I think the default fonts (monospaced and proportional) on all major platforms are pretty good these days, though IBM Plex Mono and Sans have really grown on me, to the point where I use them as my default terminal (Mono) and text editor (Mono and Sans) on Mac, Windows, and Linux.

On Mac (my primary desktop), I use San Francisco ("system-ui") with a couple alt stylistic sets ("High legibility" and "One storey a") as the default browser font, overriding both browser defaults and most other common "default" faces (serif and sans) via an extensive collection of @font-face directives.


How extensive is the Unicode support?


Looks very readable, but for me personally, ligatures for things like ->, =>, <=, >= and those weird JavaScriptisms like == vs === has really become table stakes for me.

Didn't care about that at all until about 2020, but can't imagine using a coding font without those features today.


That’s a divisive issue. I can’t stand ligatures, personally. When I’m coding I want one text character to be one screen character.


I’m super basic regarding fonts and just look for I l 1. If you don’t absolutely nail those in fixed width then get lost.

Edit: I just noticed they doubled those up at the end. Nice touch


Yeah, nice touch. It shows they care.

To the parent, not snark, but the font is open source. You can add those ligatures!


Yep, that’s even more important than ligatures. :)


I|1l 0Oo gq S5


This kind of string should be in all the basic font examples


For sure, especially for fonts geared towards programmers and technical uses where numbers and symbols matter a great deal. A person could probably figure out that he110 is "hello" but as identifiers, he110 and hello are not interchangeable.


yeah, that's where all those huge font cataloging websites could shine (and also allow you to filter fonts based on this, eg, all zeroes should have some mark in the middle not be confused with the letter O), yet they settle on some bland pangram


G6


Do you really need font support for that, though? I've found editor support for it much cleaner -- it knows when it's best to expand then and when they should be ligatured.


Yes! Someone has to make the glyphs and someone has to write the rules that say "unconditionally replace this sequence of glyphs with this glyph" or "in this context, replace this glyph with that one" and so on. The only thing the editor has to do is decide to use them.

They're usually grouped into features: standard ligatures (liga), discretionary ligatures (dlig), historical ligatures (hlig), contextual ligatures (clig), and so on. OpenType fonts can also provide stylistic sets, which might swap out some glyphs with alternatives.


kitty terminal has this feature! so, my vim has it by proxy


How do you configure it?


My understanding is that both font and editor must support it; the editor must know when/how to render the ligatures, but the font must define what the glyphs look like, or else they won’t look any different that the regular sequence of characters.

I’m far from an expert, though; I’ve just gotten so used to having ligatures over the past few years that I now find it uncomfortable not to have them.


Ligatures? Might as well use Comic Sans.


i for one don't think you can even call yourself a programming font if you don't have a ligature for every two-digit hexadecimal


Still my favourite: https://github.com/blobject/agave

Here's another company font: https://github.com/polarsys/b612


Awesome, seems to be a great improvement.


Still prefer consolas for some reason


Lucida Console looks way better for me in the command prompt. The rest take up too much space or don't look as good.


Was the same for me, consider fira code or jetbrains mono. They worked for me


I use comic sans in my IDE to keep drab programming things lighthearted. Reduces the urge of others to do paired programming.


I bought Comic Code (https://tosche.net/fonts/comic-code) a few years ago and have installed it in many of my editors and consoles and even as the monotype font in some browsers. I giggle every time I see it!

Looks like Comic Mono is the trial version. (https://dtinth.github.io/comic-mono-font/)


Jokes aside Comic Mono is surprisingly nice. I thought I'd hate it but it has a fun whimsy to it


Ligatures?


I'd prefer a font that clearly differentiates between 'ff' (the single-codepoint Unicode ligature) and 'ff' (a pair of 'f' characters).


No, AFAICT.


Monaco font for life. Sorry.


I don't understand how a hardware company who just reported its largest quarterly loss in history with revenue down 36% year-over-year [1] is working on fonts. Or maybe this explains that.

[1] https://www.intc.com/news-events/press-releases/detail/1615/...


Companies compromise of multiple people. Different people can work on different projects. The design team may wish to improve the company image by releasing a font named after them that people may like, improving their public relations.


An improved visual identity usually leads to much better brand recognition and sales.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: