/ Published in: HTML
Just a test...
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<html> <head> <style type="text/css"> /* Example CSS class using Arimo Bold */ h1.rfExample { font-family: "Arimo Bold", Arial; font-size: 40px; color: #99f; } </style> </head> <body> <!-- Now in the body we just use our defined class and flag it as a "renderedFont" --> The above heading text is a rendered font using the "Arimo Bold" font. <!-- Include JQuery from the Google CDN --> <!-- Include the RenderedFont rendering engine (using the #free account key) --> </body> </html>