This presentation is an HTML5 website
Press → key to advance.
Having issues seeing the presentation? Read the disclaimer
How to use WebFonts? / Google Web Fonts / WebFonts Sample
see also Saving generated files on the client-side - HTML5Rocks Updates
var ctx = document.getElementById("canvas-area").getContext("2d");
ctx.textAlign = "center";
ctx.textBaseline = "middle";
document.getElementById("canvas-draw1").addEventListener("click", function(event) {
ctx.fillStyle = "red";
ctx.font = "72px 'Monofett', cursive";
ctx.fillText("WebFonts", 400 , 50);
});
<g id="gtext" fill="#009900"> <text x="10" y="10" font-size="56" font-family="Monofett"> <textPath xlink:href="#circlePath">Chrome+HTML5 Conference</textPath> </text> </g>
see also WhatFont - Google Chrome Extension