Custom CSS for Bootstrap CDN Subtheme in Drupal

Method 2 and the following code in the template.php:

function bootstrap_akusz_preprocess_html(&$variables) {
drupal_add_css('/css/custom-style.css');
}

Before that create the custom css in the proper directory and put the link to it in the info file.