gpt4 book ai didi

css - 文本嵌入在 CSS 中不起作用

转载 作者:行者123 更新时间:2023-11-28 12:48:03 26 4
gpt4 key购买 nike

我尝试嵌入字体,但没有显示任何内容。我只是在每一页上得到一个随机的衬线字体。我正在使用的代码...

/*fonts*/
@font-face {
font-family: 'toltbold';
src: url('../fonts/titilliumtext25l001-webfont-webfont.eot');
src: url('../fonts/titilliumtext25l001-webfont-webfont.eot?#iefix') format('embedded- opentype'),
url('../fonts/titilliumtext25l001-webfont-webfont.woff') format('woff'),
url('../fonts/titilliumtext25l001-webfont-webfont.ttf') format('truetype'),
url('../fonts/titilliumtext25l001-webfont-webfont.svg#titilliumtext25l800_wt') format('svg');
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'tiltbody';
src: url('../fonts/titilliumtext25l003-webfont-webfont.eot');
src: url('../fonts/titilliumtext25l003-webfont-webfont.eot?#iefix') format('embedded -opentype'),
url('../fonts/titilliumtext25l003-webfont-webfont.woff') format('woff'),
url('../fonts/titilliumtext25l003-webfont-webfont.ttf') format('truetype'),
url('../fonts/titilliumtext25l003-webfont-webfont.svg#titilliumtext25l400_wt') format('svg');
font-weight: normal;
font-style: normal;

}

文本格式部分是...

/*Text formatting*/
.heading {color: #000; font-size: 28px; font-family: tiltbold; line-height: 14px;}
.bodybold {color: #000; font-size: 18px; font-family: tiltbold; line-height: 14px;}
.body {color: #000; font-size: 18px; font-family: tiltbody; line-height: 20px;}
.bodyred {color: #000; font-size: 18px; font-family: tiltbody; line-height: 14px;}
.warning {color: #000; font-size: 12px; font-weight: bold; font-family: tiltbody; line-height: 14px;}

最佳答案

尝试在您的 src:url('') 中使用绝对链接;区域。如果这解决了问题,则意味着字体文件位于错误的目录中,或者 .htaccess 重写可能存在问题。

关于css - 文本嵌入在 CSS 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17238313/

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