开发者 | jeffsebring |
---|---|
更新时间 | 2013年3月15日 13:44 |
PHP版本: | 3.5 及以上 |
WordPress版本: | 3.5 |
If you have added the font family rule to the correct element in your stylesheet, try adding some specificity. When styling a logo link with the class of .logo, I might add the #header id if I was having problems with strong specificity. header .logo { font-family: 'Six Caps'; font-size: 1.5em; / Adjustments to font sizes may be needed. / }