I have two "store view"s and I want to only add a css file to one of the views. I have noticed that you must load css files in default_head_blocks.xml. here is what is want:
<css src="css/style.css"/>
<!--if storeview = fa-->
<css src="css/theme-rtl.css"/>
<!--endif-->