问题描述
我的项目中的要求是使用Century Gothic字体显示页面内容。因此,我在系统中安装了Century Gothic字体,因为此字体系列不包含在任何操作系统中。但是,在MS Word Century Gothic字体系列中完成并检查的安装是否正确呈现。但是,当我用c#代码查看内容'Century Gothic'字体无法正确呈现时。它似乎无法从Windows中读取字体并使用某些默认字体系列显示内容粗体。
任何想法为什么这只发生在ASP.NET中以及如何我可以解决这个问题。
谢谢,
Arunima
Requirement in my project is to display page content by using Century Gothic font. So, I installed 'Century Gothic' fonts to system as this font family is not included in any OS. However, the installation completed and checked in MS Word Century Gothic font family is rendering correctly. But, when i used in c# code to view content 'Century Gothic' font is not rendering correctly. It seems like could not read font from windows and showing content bold by using some default font-family.
Any idea why this is happening only in ASP.NET and how i can resolve this issue.
Thanks,
Arunima
推荐答案
这篇关于Century Gothic字体在ASP.NET中无法正确呈现的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!