Live data from Hacker News

Pure CSS: The "Back to the Future" logo

code.garron.us

1–10 of 18 posts

Re: Pure CSS: The "Back to the Future" logo

#8
post #6

Why were fonts originally not embedded in websites? Licensing, security, support?

Licensing. When you use a font in a PDF, the receiver of the PDF doesn't easily get the ability to re-use the font. When you embed it in a website, you're giving everyone on the Internet a workable copy of the font. Fonts are expensive.

Re: Pure CSS: The "Back to the Future" logo

#9
post #4

Well, it's more interesting then the Acid test. But the fact it only runs 100% in Safari raise some "hack" flags.

It doesn't hack per see, but uses css features (gradients) which isn't standarized yet, and therefore uses vendor-prefixes in the css.

It should be somewhat simple to add the Firefox versions of the css directives to add support for Firefox.

Re: Pure CSS: The "Back to the Future" logo

#10
post #3

The page cheats a bit: the font contains "TO THE" as a single char "&" instead of composing the words from 5 letters.

Is that why it requires js, and looks like "Back < & Future" if js is disabled?

There is no JS whatsoever on the page. And it still looks correct in Safari when JS is disabled.
Post reply on HN