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="
font-weight: 100 font-weight: 200 font-weight: 300 font-weight: normal font-weight: 500 font-weight: 600 font-weight: bold font-weight: 800 font-weight: 900 font-style: normal font-style: italic font-style: oblique font-stretch: ultra-condensed font-stretch: extra-condensed font-stretch: condensed font-stretch: semi-condensed font-stretch: normal font-stretch: semi-expanded font-stretch: expanded font-stretch: extra-expanded font-stretch: ultra-expanded font-variant: normal font-variant: small-caps