Free Font: Bitstream Vera Sans Mono Bold Oblique
renderedfont-sample-short
To search, browse, upload and manage your own fonts please use the control panel on our home page.
Sample Code
<html> <head> <title>Test rendering of Bitstream Vera Sans Mono Bold Oblique</title> <style type="text/css"> /* Example CSS class using Bitstream Vera Sans Mono Bold Oblique */ h1.rfExample { font-family: "Bitstream Vera Sans Mono Bold Oblique", 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" --> <h1 class="rfExample renderedFont">Bitstream Vera Sans Mono Bold Oblique</h1> The above heading text is a rendered font using the "Bitstream Vera Sans Mono Bold Oblique" font. <!-- Include JQuery from the Google CDN --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <!-- Include the RenderedFont rendering engine (using the #free account key) --> <script type="text/javascript" src='http://cdn.renderedfont.com/js/renderedfont-0.8.min.js#free'></script> </body> </html>