var fDesc=new Array(); fDesc[0] = "Tiny Font Viewer is the ultimate tool to preview all your system fonts. Increase or decrease the size add bold or italic to decide which font to use for your next project.
Preview fonts with bold and italic styles.
Not all fonts look great with styles so now you can preview before you use!
Take a close look at your fonts from size 8 to size 72, choose the font colour and background"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }