Fontsquirrel 字体不显示希腊字符
Fontsquirrel font doesn't show greek characters
我目前正在建立一个同时使用希腊语和英语的本地 joomla 网站,我想更改字体。
我访问了 fontsquirrel 并下载了支持希腊语的字体 "Helsinki" (http://www.fontsquirrel.com/fonts/helsinki),但是当我尝试查看结果时,只有英文字符发生了变化。
然后,我尝试下载一个带有 "no subsetting" 选项的 webfont 工具包,但只有英文字符受到影响。
最后,我尝试下载 ttf 文件并转到生成器。我上传了字体(赫尔辛基)并选择了专家。
在那里,我选择了希腊语和英语,并下载了新的网络字体工具包。
但是当我尝试应用更改时,只有英文字符再次受到影响,而希腊文字消失了。
出了什么问题?
@font-face {
font-family: 'helsinkiregular';
src: url('fonts/helsinki-webfont.eot');
src: url('fonts/helsinki-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/helsinki-webfont.woff2') format('woff2'),
url('fonts/helsinki-webfont.woff') format('woff'),
url('fonts/helsinki-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
运行字体通过任何字体工具(TTX、FontForge等)显示它绝对不支持希腊语。或者除了基本拉丁语之外的任何东西,部分和一些拉丁语扩展字形。
我目前正在建立一个同时使用希腊语和英语的本地 joomla 网站,我想更改字体。 我访问了 fontsquirrel 并下载了支持希腊语的字体 "Helsinki" (http://www.fontsquirrel.com/fonts/helsinki),但是当我尝试查看结果时,只有英文字符发生了变化。 然后,我尝试下载一个带有 "no subsetting" 选项的 webfont 工具包,但只有英文字符受到影响。 最后,我尝试下载 ttf 文件并转到生成器。我上传了字体(赫尔辛基)并选择了专家。 在那里,我选择了希腊语和英语,并下载了新的网络字体工具包。 但是当我尝试应用更改时,只有英文字符再次受到影响,而希腊文字消失了。 出了什么问题?
@font-face {
font-family: 'helsinkiregular';
src: url('fonts/helsinki-webfont.eot');
src: url('fonts/helsinki-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/helsinki-webfont.woff2') format('woff2'),
url('fonts/helsinki-webfont.woff') format('woff'),
url('fonts/helsinki-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
运行字体通过任何字体工具(TTX、FontForge等)显示它绝对不支持希腊语。或者除了基本拉丁语之外的任何东西,部分和一些拉丁语扩展字形。