' . __('Admin Font Editor', 'afe') . ''; ?>
ID, 'afe-font-family', (string)$_POST['afe-font-family'] );
} else {
update_user_meta( $current_user->ID, 'afe-font-family', (string)trim($_POST['afe-font-family-user']) );
update_user_meta( $current_user->ID, 'afe-font-family-user', (string)trim($_POST['afe-font-family-user']) );
}
update_user_meta( $current_user->ID, 'afe-font-size', $_POST['afe-font-size'] ); ?>