| Direktori : /var/www/vhosts/ccp.ac.th/smtp.ccp.ac.th/httpdocs/new/sp/admin/bootstrap/js/ |
| Current File : /var/www/vhosts/ccp.ac.th/smtp.ccp.ac.th/httpdocs/new/sp/admin/bootstrap/js/font-selector.js |
// Font switcher
function fontSelector(){
fontselector = document.getElementById('font-selector');
fontcanvas = document.getElementsByTagName('body')[0];
fontclass = fontselector.options[fontselector.selectedIndex].value;
fontcanvas.className = '';
fontcanvas.className = fontclass;
}