【发布时间】:2009-09-24 21:18:46
【问题描述】:
我正在尝试使用 Myriad Pro Semibold Condensed 作为我的标题字体。我已经能够让字体的其他状态正常工作,Myriad Pro Regular 和 Myriad Pro Condensed 都能正常工作。
这是我所看到的:http://php.saysoma.org/。如您所知,Regular 和 Condensed 状态有效,但第三种样式(半粗体)不可见。
这是我的 sifr-config 文件中的内容:
sIFR.replace(myriad3, {
selector: 'h4',
css: [
'.sIFR-root { letter-spacing: -1.2}'
,'a { text-decoration: none; }'
,'a:link { color: #000000; }'
,'a:hover { color: #772224; }'
],
wmode: "Transparent"
});
在我的 css 文件中:
.sIFR-active h2, .sIFR-active h3, .sIFR-active h4 {
visibility: hidden;
font-family: Verdana;
line-height: 1em;
font-size: 30px;
}
我正在使用 sIFR r436 和 Flash CS4 来渲染文件。
有什么想法吗?
谢谢!
【问题讨论】:
标签: sifr