google webfont latin big chars

时间:2012-10-14 12:17:50

标签: html css fonts google-webfonts latin

我需要google webfonts的帮助。 我正在使用Ubuntu Condensed,并且所有拉丁字符在google webfonts网站上运行良好,但是当我将它用于我的网站时,小字母žšć很大。 使用:

<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Ubuntu+Condensed">

以下是示例:http://dsgnet.net/desavanja/

页脚Usloviikorišćenja文字很糟糕。

这里有什么问题,我该如何解决?

2 个答案:

答案 0 :(得分:3)

您需要包含其他字体子集。

在这里查看“2.选择所需的字符集”:http://www.google.com/webfonts/#QuickUsePlace:quickUse/Family:Ubuntu+Condensed

对于所有可用的子集,您的<link>将如下所示:

<link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic' rel='stylesheet' type='text/css'>

答案 1 :(得分:1)

仅仅使用latin-ext?

<link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin-ext' rel='stylesheet' type='text/css'>