Directory

CufonLabel - Vaadin Add-on Directory

Introducing Custom Fonts in Vaadin! Now you're free to use any font face inside Vaadin. CufonLabel - Vaadin Add-on Directory
Now you're free to use any font face inside Vaadin apps. Using the brilliant Cufón font replacement, we're able to render beautiful text across browsers and platforms. There's also a CufonLink in the package, so custom typed links are possible as well. Remember, though, that not all fonts allow this kind of embedding. The font must explicitly allow @font-face embedding if you wish to use it. Font Squirrel is a great place to find such fonts. Important note: The filename of the font must match the provided fontFileName parameter in the constructor (the same name that is used to create the javascript font file with the Cufon generator), excluding the .js file extension. So CufonLabel("Foo", "Bar"); would look for a file named Bar.js in the fonts folder.