简体   繁体   English

sIRF,可以使用一些帮助

[英]sIRF, could use some help

It works perfectly when pulled within labels like in the demo 当像演示中的标签一样拉入时,它可以完美工作

<label class="title">I'm no image. I'm Avenir! </label>

However, how can I achieve this within the code below (nothing loads)? 但是,如何在下面的代码中实现此目标(没有负载)?

 <div id="zoomcontent"> <span style="margin: 0 10px 0 0" id="slidesbigtext" ></span> 
 <a class="icon2" style="margin: -10px 30px 0 0; font-size: 24px;" 
 href="#" onclick="return false; this.blur()"> &times </a> </div>

note: (id="slidesbigtext") loads text from javascript without any issues, just can't find a way to make sIFR work in this situation... not giving up hopes yet! 注意:(id =“ slidesbigtext”)从javascript加载文本没有任何问题,只是找不到在这种情况下使sIFR工作的方法...还没有放弃希望!

An alternate to using SIRF can be seen at the folloewing URL: http://www.kirsle.net/wizards/ttf2eot.cgi 可以在以下URL中找到替代SIRF的方法: http ://www.kirsle.net/wizards/ttf2eot.cgi

You use a normal .ttf file and convert it to .eot and reference that file to get the font you want. 您使用普通的.ttf文件并将其转换为.eot并引用该文件以获得所需的字体。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM