The Elements of Typographic Style Applied to the Web
11–20 of 44 posts
Re: The Elements of Typographic Style Applied to the Web
#12So don’t justify text on the web."
I've been waiting for this to be fixed since 1997. I suspect it is a very difficult problem to get right. My Kindle accidentally hyphenates things like "Walde-r" and "Lannister-s" (yes, I'm reading GoT again).
Re: The Elements of Typographic Style Applied to the Web
#13Choice of colors makes it very difficult to read, even on a 4k display.
Re: The Elements of Typographic Style Applied to the Web
#14What does typography have to do with the web? There seems to be nothing here of value that is based on evidence about the readability of text. Especially in today's era where the medium is not fixed, it makes zero sense to treat the web as a PDF.
Re: The Elements of Typographic Style Applied to the Web
#15What does typography have to do with the web? There seems to be nothing here of value that is based on evidence about the readability of text. Especially in today's era where the medium is not fixed, it makes zero sense to treat the web as a PDF.
typography is generally involved with any text, many of these are standards that have existed for hundreds of years and still exist on computers
Re: The Elements of Typographic Style Applied to the Web
#16Are there any web sites that have beautiful typography?
I cringe a bit when I hear “beautiful typography”. Usually, this means style over substance. It is way easier to shave yaks about the way something looks (and feel productive doing it), than it is being concerned over the last 10% that takes content from good enough to great.
Re: The Elements of Typographic Style Applied to the Web
#17"HTML and CSS 2 do not have any provision for automatic hyphenation and current Web browsers support, even for manual hyphenation, is poor. So don’t justify text on the web." I've been waiting for this to be fixed since 1997. I suspect it is a very difficult problem to get right. My Kindle accidentally hyphenates things like "Walde-r" and "Lannister-s" (yes, I'm reading GoT again).
https://www.gatsbyjs.com/plugins/gatsby-remark-hypher/
and
https://github.com/siawyoung/remark-hypher
(An example of how it looks like: https://siawyoung.com)
Re: The Elements of Typographic Style Applied to the Web
#18"HTML and CSS 2 do not have any provision for automatic hyphenation and current Web browsers support, even for manual hyphenation, is poor. So don’t justify text on the web." I've been waiting for this to be fixed since 1997. I suspect it is a very difficult problem to get right. My Kindle accidentally hyphenates things like "Walde-r" and "Lannister-s" (yes, I'm reading GoT again).
It's from 2019, but nothing much has changed since. My biggest gripe is that browsers should prevent hyphenation when a word starts with an uppercase letter, which doesn’t seem too hard?
The only bulletproof (but more complicated) solution is to process text beforehand and insert soft hyphens (­) where appropriate.
Re: The Elements of Typographic Style Applied to the Web
#19I didn't get very far in this because the body type is set too small to read on a smartphone screen.
Re: The Elements of Typographic Style Applied to the Web
#20"HTML and CSS 2 do not have any provision for automatic hyphenation and current Web browsers support, even for manual hyphenation, is poor. So don’t justify text on the web." I've been waiting for this to be fixed since 1997. I suspect it is a very difficult problem to get right. My Kindle accidentally hyphenates things like "Walde-r" and "Lannister-s" (yes, I'm reading GoT again).
[1] https://developer.mozilla.org/en-US/docs/Web/CSS/hyphens