我在本地添加了一些字体,它运行正常。但是,当我在html页面中使用我的服务器上的字体时,它不起作用。一些字体是 font-family:' SWIS721 Cn BT',font-family:' SWIS721 Md BT'
另请参阅我使用字体
调用的代码<tr>
<td>
<img src="http://www.rblbank.com/images/Emailer/Travel-Mailer/Travel-final-mailer-2/3.png" class="logo4" alt="dfsds" />
</td>
</tr>
<tr>
<td style="font-size: 13px; color: #2c387c; padding-left: 41px; line-height: 1.5em; font-family: 'SWIS721 Cn BT'; word-spacing: -2px; height: 60px; text-align: left;">
What's more, you can convert your travel expenses greater than Rs. 5000
<br />
into easy monthly installments with RBL Bank
<img src="http://www.rblbank.com/images/Emailer/Travel-Mailer/Travel-final-mailer-2/5.png" class="logo6" alt="dfsds" style="vertical-align: middle;" />
</td>
</tr>
请帮助,为什么它不起作用。因为我对如何在服务器上实现字体没有太多想法