Since web browsers evolve the best way to get that 90’s look on Old School is to use Chrome or Safari. They both got that feauture that let you turn off font anti-aliasing. This feature is also platform dependent, so it differs on macOS, Windows and Linux. And as a feature it is also not part of the standards for CSS.
-moz-osx-font-smoothing: none; -webkit-font-smoothing: none;
So in the css we have turned off anti-aliasing site-wide. So if you are visiting the site with a font-smoothing compatible browser (that understands font-smoothing: none) even the text looks really 90-ish.
– So, did you learn anything important today?
– Are you kidding, I can’t go another day without the Internet.