Bootstrap CSS for Urdu - RTL Ready

html[dir='rtl'] body *

by Faisal Khan Janjua

HTML

<html lang="ur" dir="rtl">

</html>

CSS

/*URDU CSS*/

@font-face {
 font-family: NotoNastaliqUrdu;
	 src:url(../fonts/NotoNastaliqUrdu.eot);
	 src:url(../fonts/NotoNastaliqUrdu.eot?#iefix) format('embedded-opentype'),
	 url(../fonts/NotoNastaliqUrdu.woff) format('woff'),
	 url(../fonts/NotoNastaliqUrdu.ttf),
	 url(../fonts/NotoNastaliqUrdu.svg#NotoNastaliqUrdu) format('svg');
}
@font-face {
font-family: NotoNastaliqUrduRegular;
	 src:url(../fonts/NotoNastaliqUrdu-Regular.eot);
	 src:url(../fonts/NotoNastaliqUrdu-Regular.eot?#iefix) format('embedded-opentype'),
	 url(../fonts/NotoNastaliqUrdu-Regular.woff) format('woff'),
	 url(../fonts/NotoNastaliqUrdu-Regular.ttf),
	 url(../fonts/NotoNastaliqUrdu-Regular.svg#NotoNastaliqUrdu-Regular) format('svg');
}
 
html[dir='rtl'] body{ 
	font-family: NotoNastaliqUrdu;
	font-weight:normal;
}

html[dir='rtl'] body .col-lg-1, html[dir='rtl'] body .col-lg-10, html[dir='rtl'] body .col-lg-11, html[dir='rtl'] body .col-lg-12, html[dir='rtl'] body .col-lg-2, html[dir='rtl'] body .col-lg-3, html[dir='rtl'] body .col-lg-4, html[dir='rtl'] body .col-lg-5, html[dir='rtl'] body .col-lg-6, html[dir='rtl'] body .col-lg-7, html[dir='rtl'] body .col-lg-8, html[dir='rtl'] body .col-lg-9,
html[dir='rtl'] body .col-md-1, html[dir='rtl'] body .col-md-10, html[dir='rtl'] body .col-md-11, html[dir='rtl'] body .col-md-12, html[dir='rtl'] body .col-md-2, html[dir='rtl'] body .col-md-3, html[dir='rtl'] body .col-md-4, html[dir='rtl'] body .col-md-5, html[dir='rtl'] body .col-md-6, html[dir='rtl'] body .col-md-7, html[dir='rtl'] body .col-md-8, html[dir='rtl'] body .col-md-9,
html[dir='rtl'] body .col-sm-1, html[dir='rtl'] body .col-sm-10, html[dir='rtl'] body .col-sm-11, html[dir='rtl'] body .col-sm-12, html[dir='rtl'] body .col-sm-2, html[dir='rtl'] body .col-sm-3, html[dir='rtl'] body .col-sm-4, html[dir='rtl'] body .col-sm-5, html[dir='rtl'] body .col-sm-6, html[dir='rtl'] body .col-sm-7, html[dir='rtl'] body .col-sm-8, html[dir='rtl'] body .col-sm-9,
html[dir='rtl'] body .col-xs-1,...