1.下載維吾爾字體
2.打開 [https://transfonter.org]([https://transfonter.org/](https://transfonter.org/))
3.選中base64_encode
4.選中TTF,取消別的選項
5.Add-fonts(上傳下載的字體)
6.convert
7.下載轉換后的字體
8.打開下載文件庫里面的css文件并復制到全局Css里面
```
<view class="man">
?? ????? ???
?? ????? ???
?? ????? ???
?? ????? ???
?? ????? ???
</view>
```
css:
```
.man{
direction: rtl;
display: block;
text-align: justify;
font-family:'ALKATIP Basma Tom';
}
```