Web fonts, boy, I don't know
231–240 of 333 posts
Re: Web fonts, boy, I don't know
#232The HN crowd frequently compliments Stripe on their good looking, functional, well designed web pages. The Stripe home page is 75% web fonts (432k).
Re: Web fonts, boy, I don't know
#233https://github.com/crocodilejs/custom-fonts-in-emails#custom...
Re: Web fonts, boy, I don't know
#234The way browser internals work is already designed for that. if the network is slow and you get only half the html, half the css, miss some images, or whatever, the browser will render as best as it can with what it got so far, and re-render when it gets the rest. The fact that it doesn't do that with fonts sucks.
Re: Web fonts, boy, I don't know
#235I think the easiest solution would be just not to use web fonts at all. Do you need fancy fonts on a website with technical documentation? I think you don't but sadly PHP developers added a whole megabyte of fonts to PHP manual. As a result one has to wait until the fonts are loaded to see the text. And web fonts are often poorly rendered on Windows. I want an option in Chromium that would allow disabling web fonts b…
> I think the easiest solution would be just not to use web fonts at all. Here's another option: plain text. That's right. You can have webpages that are plain text without any HTML formatting, and they will render. Here is an example file: This is text. This is the absolute best way of presenting web content. No one will complain.
Re: Web fonts, boy, I don't know
#236Earlier quoted context omitted.
As much as I believe font matters, I really think people should just use system fonts in general. No content is definitely more annoying than ugly content, but I have a seething hatred for webpages who jump around as content loads. "Let's click on this link... ah, not that link, let's go back. Yes, this link... NO! STOP MOVING!" Besides, I'm used to my fonts. I know your fonts are a deliberate design choice, but I'm…
Using system fonts becomes a minefield once you realise they tend to be unique to each platform.
Re: Web fonts, boy, I don't know
#237Re: Web fonts, boy, I don't know
#238Earlier quoted context omitted.
Many people in our profession write code that's less that 80 characters per line because that's how much you could display on terminals in the 70s. As a profession, we can't complain that someone might be bothered by the idea of word-wrapping.
> Many people in our profession write code that's less that 80 characters per line because that's how much you could display on terminals in the 70s. It's _also_ a very reasonable & readable amount of text in a row. There's nothing wrong with that.
To be fair, 120char wide code is also not too bad for this purpose and readability.
Re: Web fonts, boy, I don't know
#239Earlier quoted context omitted.
This comment is misleading and seems mean spirited to me. On a fresh page load with cache disabled, I'm reading 165kb transferred. The GIFs are useful and lazily loaded in response to user interactions. "Be more constructive with your feedback!"[1] 1: https://youtu.be/FArZxLj6DLk?t=88
The page was 1.2MB with the animated gifs on page with tags when this was originally posted. The page has since been optimized.
Re: Web fonts, boy, I don't know
#240I'm regularly annoyed by the flash when loading the Docker documentation, e.g. http://docs.docker.com/engine/reference/builder/ It's annoying enough to warrant using Stylish to override the web font.