rsms / inter

The Inter font family
https://rsms.me/inter/
SIL Open Font License 1.1
17.21k stars 399 forks source link

Monospaced version #128

Open donysukardi opened 5 years ago

donysukardi commented 5 years ago

It'd be nice if we have a monospaced variant of Inter, something like Roboto Mono and San Francisco Mono. Perhaps even cursive for italic like Operator Mono.

g-cqd commented 5 years ago

Iā€™m not sure a cursive font match Inter design but I agree with you, a monospaced variant of Inter is a really good idea.

cihantas commented 5 years ago

If a monospace variant is considered will it support ligatures like Fira Code?

be5invis commented 5 years ago

There could be two monospace variants:

Derpitron commented 5 years ago

In the website for the font (rsms.me/inter), It shows in the bottom that one of the early designs for Inter 'took an almost mono-spaced appearance, making it really easy to read numbers, punctuation and very short words, but eye-straining to read anything longer.'. After this, Inter was rebooted and made more like what it is today. Maybe that monospace prototype of Inter could be revived for this purpose?

orschiro commented 5 years ago

Would be totally amazing and replace Hack as monospace font for me. :-)

arronhunt commented 4 years ago

šŸ’Æ this would be an awesome enhancement and would allow us to fully adopt Inter

greg-wolff commented 4 years ago

+1 still got my eye on this, really need mono though

axe312ger commented 4 years ago

Came across here about half a year ago. Now setting up my terminal again. Still would love to have a monospaced version.

Can we fund this work effort somehow for @rsms? In case extra bucks would motivate šŸ™ˆ

tazhate commented 4 years ago

will love the mono version!

reinhart1010 commented 4 years ago

I think designing a condensed style (#71) first might be a great idea before doing so for monospace.

Condensed geometric font designs (such as Barlow) might be perfect for both variants for legibility reasons.

jtrein commented 4 years ago

Do it. Monospaced.

xplosionmind commented 4 years ago

I think designing a condensed style (#71) first might be a great idea before doing so for monospace.

I totally second this.

Since Iā€™m here, thanks for your amazing job, @rsms! Inter is great! Iā€™m using it literally everywhere, including my website

fabiospampinato commented 4 years ago

Even "just" having monospaced numbers could improve some use cases significantly.

nahtnam commented 3 years ago

I found this font: https://www.recursive.design/ Which somehow lets you specify how much monospacing you want. Maybe Inter can do something similar to this?

quirico commented 3 years ago

Even "just" having monospaced numbers could improve some use cases significantly.

@fabiospampinato It's already there and it's a feature called tabular figures. Set font-feature-settings: 'tnum'; in your CSS. Other extra features available are here.

fabiospampinato commented 3 years ago

@quirico That's right! šŸ˜Ø I need to learn how that works then because I'm building a custom font with only a subset of the glyphs in Inter and I guess that broke this feature for me.

quirico commented 3 years ago

@quirico That's right! šŸ˜Ø I need to learn how that works then because I'm building a custom font with only a subset of the glyphs in Inter and I guess that broke this feature for me.

I don't know if you are already using it and if it works for subsetting Inter webfont, but glyphhanger has been a solid solution for me, in the past!

WhatsThatItsPat commented 2 years ago

It would be nice to have a non-coding mono space. Basically, I'd like a mono Inter with normal zeros (no inner slash or dot).

pinpox commented 1 year ago

I found this font: https://www.recursive.design/ Which somehow lets you specify how much monospacing you want. Maybe Inter can do something similar to this?

+1 for this if it is possible. I'm looking for a monospaced font that I can pair with inter, would be great to just have a monospace version of inter itself for code

g-cqd commented 1 year ago

I found this font: https://www.recursive.design/ Which somehow lets you specify how much monospacing you want. Maybe Inter can do something similar to this?

+1 for this if it is possible. I'm looking for a monospaced font that I can pair with inter, would be great to just have a monospace version of inter itself for code

Use JetBrains Mono ;)

uni-0000 commented 1 year ago

Inter would fit perfectly into a monospaced version, any news or preview?

IKolpikov commented 1 year ago

+1, monospace would be great!

bobby-tesouro commented 1 year ago

+1 !!

eraoul commented 1 year ago

+1

yasinbhojani commented 1 year ago

would love to see a monospaced version of Inter

michael-andreuzza commented 1 year ago

+1

stereomato commented 1 year ago

I found this font: https://www.recursive.design/ Which somehow lets you specify how much monospacing you want. Maybe Inter can do something similar to this?

+1 for this if it is possible. I'm looking for a monospaced font that I can pair with inter, would be great to just have a monospace version of inter itself for code

Use JetBrains Mono ;)

I think that Roboto Mono fits better currently.

Also, +1

Volorf commented 11 months ago

usually I need monospace version for numbers. Would be awesome to have it even only for numbers.

mvllow commented 11 months ago

usually I need monospace version for numbers. Would be awesome to have it even only for numbers.

Tabular numbers may be helpful: https://rsms.me/inter/#features/tnum

VideoBSO commented 9 months ago

I found this font: https://www.recursive.design/ Which somehow lets you specify how much monospacing you want. Maybe Inter can do something similar to this?

+1 for this if it is possible. I'm looking for a monospaced font that I can pair with inter, would be great to just have a monospace version of inter itself for code

Use JetBrains Mono ;)

I think that Roboto Mono fits better currently.

Also, +1

Personally I find Monoid to be a very good match.

liamfenn commented 8 months ago

font-feature-settings: 'tnum';

This is exactly what I was looking for to fix sizing on a grid when using a dynamic clock element. Thank you so much!

xxKeefer commented 4 months ago

another +1 here. i would use the tnums option but i need to render to a canvas element so please Monospace Inter

lucafaggianelli commented 3 months ago

usually I need monospace version for numbers. Would be awesome to have it even only for numbers.

Tabular numbers may be helpful: https://rsms.me/inter/#features/tnum

Wow I didn't know a font could have those feats, you opened a new world for me :) thanks!

ronasimi commented 3 months ago

Inter pairs really well with Commit Mono...

waterkip commented 3 months ago

Inter pairs really well with Commit Mono...

I agree, not too long ago I started using that font in combination with Inter in my UI.

rsms commented 3 months ago

CommitMono works pretty well with Inter indeed, but it's not a perfect match, in particular when it comes to x height. Vertical alignment is also off by a tiny bit (which only affects really large text, so I'd ignore that.)

lksdidkdl