Earlier quoted context omitted.
I like tabular numerals. But you really need a small set of other glyphs to be tabular to really make them work. In particular, you need the plus and minus signs to be the same width, so that in a table like: gold +1.2% oil -6.4% corn +5.2% everything lines up and looks nice. At the moment, with CSS, there's no way to make that happen, and in normal typefaces the hyphen-minus is too narrow. You can replace the minus…
> the hyphen-minus is too narrow. You can replace the minus signs with a wider dash, but that is semantically wrong and also a pain in the arse. In this case, an alternative to "-", U+002D HYPHEN-MINUS, is "−", U+2212 MINUS SIGN. On Linux, I considered mapping the keypad substract key to it, but instead I configured a xcompose alias. gold +1.2% oil −6.4% corn +5.2%
What you can get out of a high-quality font
71–80 of 97 posts
Re: What you can get out of a high-quality font
#72Fascinating that it's just now that someone got curious about this enough to write a post. I know if you looked for it you'd probably find this stuff but it is definitely scarce IMO. Thing is, not enough developers and designers that worked on this for many years bother to blog about it perhaps for reasonable reasons but still.
Re: What you can get out of a high-quality font
#73If you like typography, check out Butterick's Practical Typography: https://practicaltypography.com/ It's full of good, pragmatic advice on how to make printed and digital documents look wonderful. I've bought two fonts from him and his font license is easily the most permissive of any paid professional font I've seen: no restrictions on the number of page views or anything, unlike most other pro fonts. Are his fonts…
Re: What you can get out of a high-quality font
#74Tabular numerals are such a valuable feature. It's a bummer they're not more prevalent.
Re: What you can get out of a high-quality font
#75Tabular numerals are such a valuable feature. It's a bummer they're not more prevalent.
I like tabular numerals. But you really need a small set of other glyphs to be tabular to really make them work. In particular, you need the plus and minus signs to be the same width, so that in a table like: gold +1.2% oil -6.4% corn +5.2% everything lines up and looks nice. At the moment, with CSS, there's no way to make that happen, and in normal typefaces the hyphen-minus is too narrow. You can replace the minus…
Re: What you can get out of a high-quality font
#76Earlier quoted context omitted.
How does font type influence SEO and speed!?
Loading a font can cause multiple things including load time delay. For example, connecting to Google and downloading a Lato font is around 4-5 requests + js + CSS files + 500kb added download. Processing the font itself also is at least 500ms to a second depending on the device type. We keep the total requests under 25, which cannot be done after multiple 3rd party fonts are added. Additionally, some fonts can intro…
Processing the font itself also is at least 500ms to a second
depending on the device type.
I think that's off by quite a lot.On my MacBook Pro I can dump one of the Helvetica Neue faces in one second with ttx (fonttools). If a python script can parse a font, create an XML representation, and write a pretty printed version of that to disk in a second then yea 500 ms seems really slow.
Hell, typst (rust) can render a PDF with two subsetted fonts (Apple Color Emoji + Cambria Math) in about 750 ms. I certainly hope Harfbuzz is at least that fast.
Re: What you can get out of a high-quality font
#77Nothing really to add... other than the type on that page looks gorgeous.
Re: What you can get out of a high-quality font
#78Tabular numerals are such a valuable feature. It's a bummer they're not more prevalent.
Re: What you can get out of a high-quality font
#79Re: What you can get out of a high-quality font
#80Earlier quoted context omitted.
> the hyphen-minus is too narrow. You can replace the minus signs with a wider dash, but that is semantically wrong and also a pain in the arse. In this case, an alternative to "-", U+002D HYPHEN-MINUS, is "−", U+2212 MINUS SIGN. On Linux, I considered mapping the keypad substract key to it, but instead I configured a xcompose alias. gold +1.2% oil −6.4% corn +5.2%
It vexes me that almost no one uses the real minus sign. But you also can't blame them since it's never been made readily-available. So you really have to be pedantic and spend time going to get it if you want to use it.