2c2 < // Place a font family/style/weight/variant/stretch dropdown into element ID called upon, or appended to document.body --- > // Place a font family dropdown into element ID called upon, or appended to document.body 7,23d6 < var conceptfont='family'; < var theidff=''; < var proposedidff=''; < < var ffindex=0; < if (('' + location.hash).replace('#','') != '') { < ffindex=eval(('' + location.hash).replace('#','')); < } < < if (document.head.innerHTML.indexOf('fon' + 't_fam' + 'ily.js?i' + 'd') != -1) { < proposedidff=document.head.innerHTML.split('fon' + 't_fam' + 'ily.js?i' + 'd')[eval(1 + ffindex)].split('=')[0]; < theidff=document.head.innerHTML.split('fon' + 't_fam' + 'ily.js?i' + 'd' + proposedidff + '=')[1].split('&')[0].split('#')[0].split('"')[0].split("'")[0].split('>')[0]; < if (proposedidff != '') { conceptfont=proposedidff; } < } < < location.href='#' + eval(1 + ffindex); < 25,46d7 < < switch (conceptfont) { < case 'weight': < fonttableis=" Weights font-weight: 100 The Quick… The Quick… font-weight: 200 The Quick… The Quick… font-weight: 300 The Quick… The Quick… font-weight: normal The Quick… The Quick… font-weight: 500 The Quick… The Quick… font-weight: 600 The Quick… The Quick… font-weight: bold The Quick… The Quick… font-weight: 800 The Quick… The Quick… font-weight: 900 The Quick… The Quick… "; < break; < < case 'style': < fonttableis=" Styles font-style: normal The Quick… The Quick… font-style: italic The Quick… The Quick… font-style: oblique The Quick… The Quick… "; < break; < < case 'stretch': < fonttableis=" Stretch font-stretch: ultra-condensed The Quick… The Quick… font-stretch: extra-condensed The Quick… The Quick… font-stretch: condensed The Quick… The Quick… font-stretch: semi-condensed The Quick… The Quick… font-stretch: normal The Quick… The Quick… font-stretch: semi-expanded The Quick… The Quick… font-stretch: expanded The Quick… The Quick… font-stretch: extra-expanded The Quick… The Quick… font-stretch: ultra-expanded The Quick… The Quick… "; < break; < < case 'variant': < fonttableis=" Variants font-variant: normal The Quick… The Quick… font-variant: small-caps The Quick… The Quick… "; < break; < < default: < break; < } < 48,49c9 < var newffblurb='Add new Font ' + conceptfont.substring(0,1).toUpperCase() + conceptfont.substring(1).toLowerCase() + ' here ...'; < newffblurb='Add new Font option here ...'; --- > var newffblurb='Add new Font Family here ...'; 51d10 < var thisffval=''; 60c19 < fddcont=''; --- > fddcont=''; 62,64c21 < thisffval=codeflines[icodeflines].split('')[0].split('>')[1]; < if (thisffval.indexOf(': ') != -1) { thisffval=thisffval.split(': ')[1]; } < fddcont=fddcont.replace('', ''); --- > fddcont=fddcont.replace('', ''); 68,71c25,26 < if (theidff != '') { < if (document.getElementById(theidff)) { < thefele=document.getElementById(theidff); < } --- > if (document.head.innerHTML.indexOf('fon' + 't_fam' + 'ily.js?i' + 'd=') != -1) { > thefele=document.getElementById(document.head.innerHTML.split('fon' + 't_fam' + 'ily.js?i' + 'd=')[1].split('&')[0].split('#')[0].split('"')[0].split("'")[0].split('>')[0]);