One way I have been using css so far is through main template main.css file.
But now I have many content types and using only one lengthy main.css file is not so feasible.
Another way is inserting the css file link in seblod template index.php file, but again if we use the same template for many content types this again becomes an issue.
So I like to ask is there any way I can use an external css file for specific content type only.