I need to fetch the custom-style_1.css if its found otherwise i need to fetch the custom-style.css.
<link rel="stylesheet" type="text/css" href="lib/css/custom-style_1.css"/>
<link rel="alternate stylesheet" type="text/css" href="lib/css/custom-style.css"/>