top | item 19092787

Inter – open source and legible typeface

176 points| stockkid | 7 years ago |github.com

27 comments

order
[+] Theodores|7 years ago|reply
I have been working with this font since the last time it was posted here and I am far from bored of it. I did contact Rasmus the developer as I needed a little bit of help self hosting it, Rasmus got back to me very quickly which was very nice.

If anyone is using this font do note that it is no longer 'Inter UI' but 'Inter'. Update your CSS accordingly even though there is a legacy @import for the old font name.

Also take note of the glyphs, there are plenty of them and you can use them for UI elements.

If you are doing fractions in your HTML then Inter will do a neat job of displaying them. Calling this a 'font' is an understatement, it does it all and redefines what a font should be - variable, fully featured and with excellent support in Rasmus + contributors.

[+] petercooper|7 years ago|reply
This project has one of the best designed homepages and introductions to a project I've seen for a long time: https://rsms.me/inter/
[+] wtmt|7 years ago|reply
I looked at that page and was impressed. Does anyone here have suggestions on freely licensed serif fonts that focus on readability (non-system fonts)?
[+] sudhirj|7 years ago|reply
Heh, yeah, it's almost like the project was created by a professional designer.
[+] boromi|7 years ago|reply
Yeah it's a very nice and clean homepage. Anyone know if there's a template for a page like this, (looking to use it with hugo if possible)

Thanks

[+] noir_lord|7 years ago|reply
I switched last time this was posted and I've liked it a lot.

With Cinnamon on Fedora it's very pretty.

[+] dvh|7 years ago|reply
Part of the legibility is your screen time, how much time did your spend reading that font. I'm using DejaVu Sans for about 10 years and while there may be slightly better fonts, it's not worth it to change it. Just pick one font and stick with it, don't change it every six months. This goes for websites and OS as well.

Arbitrary changes are annoying because you are losing your hard learned visual parser settings.

On mobile when I'm about to read longer article I use plugin to change all elements to medium size black on white sans-serif.

For legibility, consistency and familiarity is more important than finding the perfect font.

[+] Double_a_92|7 years ago|reply
Yes, but the perfect font would still be perfect. Which could benefit people that are not unbiased yet.
[+] michaelchris|7 years ago|reply
Kinda wanting to have this set the default system font for MacOS replacing San Francisco. Unfortunately requiring a lot of hacking around the OS to do so.
[+] andjd|7 years ago|reply
If your UX requires a font that is optimized for rendering at small sizes, it's bad UX. Just use a larger font size instead.
[+] saagarjha|7 years ago|reply
Reminds me a lot of San Francisco, though the terminals are a bit more oblique.
[+] jccalhoun|7 years ago|reply
Any font where l and I are too similar is not legible to me.
[+] Stratoscope|7 years ago|reply
Click the sample image and scroll down to the Alternate Forms.
[+] sqd|7 years ago|reply
What exactly is the difference between an open source font and a free font? I mean, don't we also have the bitmaps?
[+] WorldMaker|7 years ago|reply
Most fonts are vectors (font scaling is mostly just simple vector math) rather than bitmaps. Additionally, the vector format fonts use internally is highly optimized for usage performance (think about how much text is rendered on a screen at a time or in a document), and to a lesser extent storage size, and not always particularly useful in reverse engineering (reverse designing?) the designer's intent for a given glyph.

Some open source fonts you can see every source control change of SVG documents or similar, which eventually get fed into a font processor for "compilation" into the final font formats.

[+] pvorb|7 years ago|reply
I'm not sure if it's not rendered correctly in my browser, but I think the kerning could be improved.
[+] pizza|7 years ago|reply
nice looking font