gpt4 book ai didi

css - Sigil 中的字体系列更改

转载 作者:太空宇宙 更新时间:2023-11-04 03:54:51 25 4
gpt4 key购买 nike

我想使用 Sigil 将字体系列更改为嵌入式字体。我相信我已经在 CSS 中做好了一切。我在 Sigil 中导入了“1984”字体。

我已阅读本教程:http://www.pigsgourdsandwikis.com/2011/04/embedding-fonts-in-epub-ipad-iphone-and.html该示例适用于 ADE 3.0,但如果我打开它,不编辑文件并保存,它不会显示嵌入的文件。

@font-face {
font-family: 1984, serif;
font-style: normal;
font-weight: normal;
src:url("../Fonts/1984.ttf");
}

.s8{
color: #000000;
font-family: "1984.ttf";
font-size: 125.5000%;
font-style: normal;
font-variant: normal;
font-weight: bold;
letter-spacing: 0.0000em;
margin-bottom: 0.0000%;
margin-top: 0.0000%;
padding-left: 0.0000%;
padding-right: 0.0000%;
text-align: left;
text-decoration: none;
text-indent: 0.0000%;
text-transform: none;
}

我能做什么?谢谢!

最佳答案

font-family: "1984.ttf"; 看起来应该是 font-family: 1984;

另请注意,CSS 中的零值(即 0.0000%;)可以简单地替换为 0

关于css - Sigil 中的字体系列更改,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22940095/

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