Google 字体在 Firefox 中无法正确呈现

nsi*_*lva 5 html css google-font-api

我在我的网站上使用谷歌网络字体Titillium Web。它在 Google Chrome、IE、Opera 和 Safari 中完美呈现,但在 Firefox 中,文本看起来很糟糕。

谷歌字体链接:

<link href='http://fonts.googleapis.com/css?family=Titillium+Web:200' rel='stylesheet' type='text/css'>
Run Code Online (Sandbox Code Playgroud)

HTML:

<p id="main-top-text" class="txt-style">WELCOME TO <span class="site-colour">NATHAN DA SILVA,</span></p>

<p id="main-bottom-text" class="txt-style">ENJOY YOUR STAY.</p>
Run Code Online (Sandbox Code Playgroud)

CSS:

.txt-style {
    font-family: 'Titillium Web', sans-serif;
    font-size: 60px;    
    line-height: 70px;
    color: #666666;
    text-align: center;
}
Run Code Online (Sandbox Code Playgroud)

您可以在这里看到它的样子: http: //www.nathandasilva.co.uk/v3

我想没有人知道有什么修复可以让这个在 Firefox 中看起来更好?

sha*_*r90 0

最后看起来没问题,请尝试清除浏览器缓存,然后重试。