Google Web Font v2
Cool, gerade erst gesehen: Google hat einen Haufen neuer Web Fonts zur Verfügung gestellt und auch gleich die Webseite überarbeitet.
Cool, gerade erst gesehen: Google hat einen Haufen neuer Web Fonts zur Verfügung gestellt und auch gleich die Webseite überarbeitet.
Sylvia Egger hat eine praktische Übersicht von Web Font Hosting Services erstellt.
CSS3Warp is a proof of concept: create Illustrator like “warped” text (text following an irregular path) with pure CSS and HTML. CSS3 brings new text-transform options: rotation, skew, matrix, transform-origin… By applying the right transformations to every single letter it is possible to create the illusion of text following a path.
Auf Font Spring wird eine aktualisierte @font-face Syntax vorgeschlagen, da der Vorschlag von Paul Irish anscheinend auf Android Probleme macht:
@font-face {
font-family: 'MyFontFamily';
src: url('myfont-webfont.eot#') format('eot'),
url('myfont-webfont.woff') format('woff'),
url('myfont-webfont.ttf') format('truetype'),
url('myfont-webfont.svg#svgFontName') format('svg');
}
Internet Explorer <9 has a bug in the parser for the src attribute. If you include more than one font format in the src, IE fails to load it and reports a 404 error. The reason is that IE attempts to load as a file everything between the opening parenthesis all the way to the very last closing parenthesis. To deal with that wrong behavior, you merely declare the EOT first and append a single hash mark. The hash fools IE into thinking the rest of the string is a URL fragment and loads just the EOT file. The other browsers follow the spec and select the format they need based on the src cascade and the format hint.
Copyright © 2004–2009. All rights reserved. – Impressum
RSS Feed. This blog is proudly powered by Wordpress and uses Modern Clix, a theme by Rodrigo Galindez.