<html> | |
<head> | |
<style> | |
.lro { | |
font-family: "times new roman"; /* non AAT font on mac */ | |
direction:ltr; | |
unicode-bidi:bidi-override; | |
}; | |
</style> | |
</head> | |
<body> | |
The following two lines should be the same: | |
<p class="lro">abcגבא١٢٣</p> | |
<p class="lro" style="font-feature-settings: 'kern';">abcגבא١٢٣</p> | |
</body> | |
</html> |