简体   繁体   English

相同的CSS在两页中显示不同的字体

[英]Same CSS showing different fonts in two pages

In my webiste, I used font-family: 'Caesar Dressing',cursive,"brushsci"; 在我的网站上,我使用了font-family: 'Caesar Dressing',cursive,"brushsci";

But it shows two differnt fonts in two pages. 但是它在两页中显示两种不同的字体。

See the header menu fonts in following links : 请参阅以下链接中的header menu字体:

http://www.berzerkart.com/ http://www.berzerkart.com/

http://www.berzerkart.com/store/Charlo http://www.berzerkart.com/store/Charlo

I checked it in firebug, in the first link Caesar Dressing is active and in the second link cursive is active, 我在萤火虫中检查过它,在第一个链接中, Caesar Dressing处于活动状态,在第二个链接中, cursive处于活动状态,

I want same style for both, what could be the issue. 我想要两种样式都一样,这可能是问题所在。

您需要在正在使用的所有页面的头部标签中包含Google字体。

<link href='http://fonts.googleapis.com/css?family=Caesar+Dressing' rel='stylesheet' type='text/css'>

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

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