if ($('#post').length) {
var ft; var i; var ft_f; var j = "";
ft = document.getElementById("font-area");
var ft_f = new Array();
ft_f.push( 'Amatic SC');
ft_f.push( 'Anonymous Pro');
ft_f.push( 'Advent Pro');
ft_f.push( 'Belarus');
ft_f.push( 'Brusnika');
ft_f.push( 'Caveat');
ft_f.push( 'Cormorant Garamond');
ft_f.push( 'Comforter brush');
ft_f.push( 'Play');
ft_f.push( 'Pacifico');
ft_f.push( 'Playfair Display');
ft_f.push( 'Philosopher');
ft_f.push( 'Paperfiller');
ft_f.push( 'Santa Catarina');
ft_f.push( 'Roboto');
ft_f.push( 'Yeseva One');
ft_f.push('
Latin only:');
ft_f.push( 'Allison');
ft_f.push( 'Abril Fatface');
ft_f.push( 'Agitafe');
ft_f.push( 'Bebas Neue');
ft_f.push( 'Bisko');
ft_f.push( 'Beachwalk');
ft_f.push( 'Cactus');
ft_f.push( 'Classy');
ft_f.push( 'Indie Flower');
ft_f.push( 'Gloria Hallelujah');
ft_f.push( 'Geraint');
ft_f.push( 'Lamore');
ft_f.push( 'Lordish');
ft_f.push( 'Orbitron');
ft_f.push( 'Oooh Baby');
ft_f.push( 'Shadows Into Light');
ft_f.push( 'Special Elite');
ft_f.push('Cyrillic only:');
ft_f.push( 'FrenchKiss');
ft_f.push( 'Genosa');
ft_f.push( 'Laptev');
for (i in ft_f) {
j = "" + ft_f[i] + "
";
ft.innerHTML += j;
}}