The Entire Economy of Singapore ... Singapore’s national GDP in 2016 is projected at $318 bilThese people don't understand the difference between the 'value' of an economy and it's GDP. Also, they use some weird CSS that prevents you from seeing whether or not you've highlighted the title.
Every Home in Detroit and Tampa CombinedHahahah, that's not really saying much, is it?
Oh jeepers. Each word is a separate image. Why?Whaaaat? Here is the HTML:
<h2><a href="http://thingsappleiswo...">Every Home in Detroit and Tampa Combined</a></h2>
CSS lets you specify a highlight color, and if you specify it wrong users won't be able to tell when text is highlighted.This is a standard thing to do, actually. The site's CMS has a plugin to render the text as an image. this is so that the font looks the way they want it to.Oh your right. Even though the text is 'normal' in the document itself, they're doing something in javascript to replace the text.
@font-face {
font-family: "Blah";
src: url("blah.eot");
}
@font-face {
font-family: "Blah";
src: local("Blah"),
url("blah.ttf") format("truetype"),
url("blah.woff") format("woff"),
url("blah.otf") format("opentype"),
url("blah.svg") format("svg");
}
To use, just refer to the font by name (e.g. "font-family: 'Blah', 'Arial', 'Helvetica', sans-serif;")« Older Retro Muppet Concert Posters... | Did you know that two guys onc... Newer »
This thread has been archived and is closed to new comments
I don't believe that the Great Wall of China is equal to the value of an individual brick times the number of bricks.
posted by John Cohen at 8:34 AM on September 19, 2011 [24 favorites]