﻿$(function(){
	if($.os.name == 'mac') {
		$('body').css({fontFamily:'Osaka', fontSize:'12px', letterSpacing:'0'});
	}
});


