gpt4 book ai didi

css - 如何以 Myanmar/Burmese 字体显示网站内容

转载 作者:太空狗 更新时间:2023-10-29 15:18:15 27 4
gpt4 key购买 nike

我有一个以缅甸语为缅甸人服务的网站。问题是缅甸国家不使用 Unicode 格式,而是使用 Zawgyi 编码格式。我网站上的内容似乎已损坏。我该如何解决这个问题。

enter image description here

此错误仅在 Iphone 中发生

最佳答案

您可以使用字体链接并嵌入字体系列。所有字体都能正确显示在任何设备或浏览器中,无需在其设备中放置或安装特定字体。如果您想查看另一个缅甸字体链接。您可以去那里https://mmwebfonts.comquas.com/#how-to-use

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href='https://mmwebfonts.comquas.com/fonts/?font=myanmar3' />
<link rel="stylesheet" href='https://mmwebfonts.comquas.com/fonts/?font=zawgyi' />
<style type="text/css">
.zawgyi{
font-family:Zawgyi-One;
}
.unicode{
font-family:Myanmar3,Yunghkio,'Masterpiece Uni Sans';
}
</style>
</head>
<body>
<h3>This is for ZawGyI font</h3>
<p class="zawgyi">
သည္စာသည္ ေဇာ္ဂ်ီ ျဖင့္ေရးေသာစာျဖစ္သည္
</p>
<h3>This is for unicode (myanmar3) font</h3>
<p class="unicode">
သည်စာသည် unicode ဖြင့်ရေးသောစာဖြစ်သည်
</p>
</body>
</html>

关于css - 如何以 Myanmar/Burmese 字体显示网站内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51223323/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com