gpt4 book ai didi

css - 在我的网站中使用泰卢固语 ttf

转载 作者:太空宇宙 更新时间:2023-11-04 12:13:24 26 4
gpt4 key购买 nike

我需要能够在我的网站上使用特定的泰卢固语字体。我有 ttf 文件并生成了所需的 .eot、.woff、.woff2 和 .svg 文件。我按照下面网站上的说明创建了如下所示的样式表

@font-face {
font-family: 'sree_krushnadevarayaregular';
src: url('Sree Krushnadevaraya-webfont.eot');
src: url('Sree Krushnadevaraya-webfont.eot?#iefix') format('embedded-opentype'),
url('Sree Krushnadevaraya-webfont.woff2') format('woff2'),
url('Sree Krushnadevaraya-webfont.woff') format('woff'),
url('Sree Krushnadevaraya-webfont.ttf') format('truetype'),
url('Sree Krushnadevaraya-webfont.svg#sree_krushnadevarayaregular') format('svg');
font-weight: normal;
font-style: normal;

}

.badifont {
position: relative;
top: 1px;
display: inline-block;
font-family: 'sree_krushnadevarayaregular';
font-style: normal;
font-weight: normal;
line-height: 1;
}

https://css-tricks.com/snippets/css/using-font-face/

但是,当我使用我创建的新类时,文本不会以我期望的字体显示。它使用我的机器上可用的默认泰卢固语字体。

我错过了什么?

最佳答案

我进一步查找并找到了这个解决方案。

转到 Google Fonts并输入您的字体名称。我需要的大多数字体都已由 Google 处理。然后,您可以复制谷歌提供的标记并将其放入您的代码中。

所以我不得不这样做

<link href='http://fonts.googleapis.com/css?family=Tenali+Ramakrishna|Sree+Krushnadevaraya&subset=telugu&effect=outline|3d-float' rel='stylesheet' type='text/css'>

然后我将字体系列中的字体名称设置为“Sree Krushnadevaraya”的样式表,它起作用了。

关于css - 在我的网站中使用泰卢固语 ttf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28884715/

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