﻿@font-face {
    font-family: 'B Homa';
    src: local('B Homa'),url('./BHoma.ttf') format('truetype');
}

@font-face {
    font-family: 'B Jadid';
    src: local('B Jadid'),url('./BJadidBd.ttf') format('truetype');
}

@font-face {
    font-family: '2  Koodak';
    src: local('2  Koodak'),url('./SKOODKBD.TTF') format('truetype');
}

@font-face {
    font-family: '2  Titr';
    src: local('2  Titr'),url('./STITRBD.TTF') format('truetype');
}

@font-face {
    font-family: 'B Yekan';
    src: local('B Yekan'),url('./BYekan.ttf') format('truetype');
}

.kiaFont {
    direction: rtl;
    font-family: 'B Homa' !important;
    font-family: 'B Jadid' !important;
    font-family: '2  Koodak' !important;
    font-family: '2  Titr' !important;
    font-family: 'B Yekan' !important;
}





.kiaGridCellRTL {
    direction: rtl;
    /*
        <dx:GridViewDataMemoColumn FieldName="TaskDescriptionFa" VisibleIndex="7" > 
        <CellStyle HorizontalAlign="Right" CssClass="kiaGridCellRTL"> </CellStyle> 
        </dx:GridViewDataMemoColumn>


         <dx:GridViewDataMemoColumn Caption="توضیح" FieldName="PMsOrderOrNote" VisibleIndex="10">
                     <CellStyle HorizontalAlign="Right" CssClass="kiaGridCellRTL"> </CellStyle>
                    <PropertiesMemoEdit Height="120px" Style-CssClass="kiaGridCellRTL">
                        
                    </PropertiesMemoEdit>
                </dx:GridViewDataMemoColumn>

    */
}
