iconFont.belongsTo(font , {foreignKey: { name: 'iconfontID'} });
font.hasMany(iconFont , {foreignKey: { name: 'iconfontID'}});