1

Google Webfonts のヘルプが必要です。私は Ubuntu Condensed を使用しており、Google Webfonts Web サイトではすべてのラテン文字が正常に機能しますが、自分の Web サイトで使用すると、小文字のžšćが大きくなります。使用:

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

以下に例を示します: http://dsgnet.net/desavanja/

フッターの Uslovi korišćenjaテキストの見栄えが悪い。

ここで何が問題なのですか、どうすれば修正できますか?

4

2 に答える 2

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'>
于 2012-10-14T12:31:12.520 に答える
1

latin-ext だけを使用するだけでは十分ではありませんか?

<link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin-ext' rel='stylesheet' type='text/css'>
于 2012-12-20T17:34:06.217 に答える