Try testing something like this to see if this is possible with tags <pre>and / or html:
<span class="arabicText">أنا نص بحروف عربية</span>
<pre class="arabicText">أنا نص بحروف عربية</pre>
<span class="arabicText">أنا نص بحروف عربية</span>
<pre class="arabicText">أنا نص بحروف عربية</pre>
- , , .
- , , ( , ) , @font-face, , font-family , . font-family :
@font-face {
font-family: 'ArabicFont';
src: url("fonts/KacstTitle.ttf") format("truetype");
}
.arabicText {
font-family: 'ArabicFont';
direction: rtl;
}
:
@font-face {
font-family: ArabicFont;
src: url("fonts/KacstTitle.ttf") format("truetype");
}
.arabicText {
font-family: ArabicFont;
direction: rtl;
}
, . - , ?