

I just found something very interesting, it's called Google Font API. This snippet is not directly related to TYPO3 but can be useful anyway.
Example font:
Here is the code for it:
page.headerData.9312=HTML page.headerData.9312.value( <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine"> <style> h3 { font-family: 'Tangerine', serif; font-size: 48px; text-shadow: 4px 4px 4px #aaa; } </style> )
More information
Getting startet with Google WebFonts
Google Font API Font Previewer




http://www.typo3coder.com/blog/typo3/article/using-web-fonts-with-typo3/
Add comment