我尝试过
@font-face {
font-family: Jua;
src: url('/fonts/jua.ttf');
}
@font-face {
font-family: Jua;
src: url('..../fonts/jua.ttf');
}
@font-face {
font-family: Jua;
src: url('.../fonts/jua.ttf');
}
我正尝试更改其正文。
body,
button,
input,
select,
optgroup,
textarea {
color: #d6d6d6;
font-family: Jua !important;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
还尝试将字体放入主题根目录“清除缓存”中