Merge branch 'gh-pages' of https://github.com/braver/programmingfonts into gh-pages

This commit is contained in:
Koen 2014-11-19 08:37:18 +01:00
commit 02742c40b3
2 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,5 @@
programmingfonts Programming Fonts
================ ================
Test drive programming fonts online Test drive programming fonts online in your browser.

View File

@ -1,7 +1,7 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<title>Programmingfonts Test Drive App</title> <title>Programming Fonts - Test Drive App</title>
<meta charset="utf-8"/> <meta charset="utf-8"/>
<!-- YUI reset --> <!-- YUI reset -->
@ -368,8 +368,6 @@ function findSequence(goal) {
// ProgrammingFonts font selector // ProgrammingFonts font selector
function selectFont() { function selectFont() {
var font = $("#select-font").val(); var font = $("#select-font").val();
console.log(font);
$("pre").css({ $("pre").css({
fontFamily: font fontFamily: font