我正在尝试从WordPress网站加载字体,但发生了以下错误:
OTS解析错误:glyf:无法解析字形413
可能是什么问题?
@font-face {
font-family: "Elegant";
src: url(./fonts/‚¦‚Ê‚ª‚Ñ‚ÆW3-´‰¹.TTF) format("TrueType");
}
.site-title a {
color: #1c1c1c;
text-decoration: none;
font-family: "Elegant";
}
答案 0 :(得分:-2)
在php ini中设置这些值。
413我认为存在大文件错误。
memory_limit = 120M
upload_max_filesize = 10M
post_max_size = 10M
max_execution_time = 300
可能会帮助你