Revision: 63633
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at May 23, 2013 14:34 by infolock
Initial Code
<html>
<head>
<title>Test rendering of Arimo Bold</title>
<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" -->
<h1 class="rfExample renderedFont">Arimo Bold</h1>
The above heading text is a rendered font using the "Arimo Bold" 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>
Initial URL
Initial Description
Just a test...
Initial Title
Test Rendering Arimo - Bold
Initial Tags
html
Initial Language
HTML