LOL! Funny how doing something in 2020 takes ten times the resources for doing the same thing in 1995. Every pixel on these fonts is now a complex vector path.
Convincing-looking 90s fonts in modern browsers
11–20 of 177 posts
Re: Convincing-looking 90s fonts in modern browsers
#12Anti-aliasing isn't enough, because of hinting. So they had to use FontForge to recreate old-looking fonts! I really like the retro scrollbar as well.
Re: Convincing-looking 90s fonts in modern browsers
#13You can still use bitmap fonts on the WWW. That said, most of the 90s webpages didn't look like that. Images were used instead. For example: http://ep.yimg.com/ca/I/paulgraham_2202_166608
Edit: for contrast with more personal sites, try https://twitter.com/gifmodel/status/456761420319686656
Re: Convincing-looking 90s fonts in modern browsers
#14Ha, this website seems to trip up the WebKit layout code ( https://bugs.webkit.org/show_bug.cgi?id=211679 ) and cause large spaces to appear randomly in the middle of paragraphs that go away when you select the text…
On Firefox the layout renders fine, but seems to anti-alias the font anyway, which I find funny.
Kerning seems to be very browser dependent as well, seems like Blink does better job there.
Re: Convincing-looking 90s fonts in modern browsers
#15We have indeed still got a bunch of visual glitches we couldn't iron out, including the one ~saagarjha has reported to WebKit! We had assumed it was our font being broken, but i'm keen to follow that one.
Otherwise getting hinting right on all browsers in high-DPI has basically been impossible. Maybe we should simply recommend everyone use a Windows 98 User Agent ;)
Re: Convincing-looking 90s fonts in modern browsers
#16Re: Convincing-looking 90s fonts in modern browsers
#17Ha, this website seems to trip up the WebKit layout code ( https://bugs.webkit.org/show_bug.cgi?id=211679 ) and cause large spaces to appear randomly in the middle of paragraphs that go away when you select the text…
Re: Convincing-looking 90s fonts in modern browsers
#18Re: Convincing-looking 90s fonts in modern browsers
#19LOL! Funny how doing something in 2020 takes ten times the resources for doing the same thing in 1995. Every pixel on these fonts is now a complex vector path.
I could format my table layout with the font to make it pixel perfect, assuming a white on white color scheme. /s
Re: Convincing-looking 90s fonts in modern browsers
#20Ha, this website seems to trip up the WebKit layout code ( https://bugs.webkit.org/show_bug.cgi?id=211679 ) and cause large spaces to appear randomly in the middle of paragraphs that go away when you select the text…
We had noticed this early on indeed, but no idea what's going on. Thank you for reporting it — we didn't think of raising it against WebKit since we assumed they'd be Doing The Right Thing™.