Posts tagged as:

css

OpenLaszlo & Open Web – CSS Downloadable Fonts Supported

October 11, 2009

Max Carlson has added support for CSS @font-face inclusion of True Type (TTF), Open Type Fonts (OTF) and embedded fonts in Internet Explorer (EOT) to OpenLaszlo trunk. As a result, now it’s possible to display custom fonts in Firefox (3.5+), Safari/Webkit, Opera 10 and IE 6,7 and 8. Technically Chrome supports downloadable fonts as [...]

Read the full article →

Firefox and moz-transform – modifying the coordinate system

July 19, 2009

Following the announcement of the Webkit team that they implemented support of W3C CSS 3D Transform draft, I had to see if Firefox has support for similar features. Yes, they have – through the moz-transform property. A detailed description of the CSS transform functions can be found on this page.
Zachary Johnson built a nice demo [...]

Read the full article →