2026-08-09 07:24 UTC
知乎的PC网页版前端是已经没有人维护了吗,为什么可以搞出来中文字体只有一个 PingFang SC 的抽象 CSS,连 fallback 都没有,除了苹果用户以外是不配用知乎是吧
.HotSearchCard-itemText {
color: #191b1f;
color: var(--GBK02A);
font-family: PingFang SC;
font-size: 14px;
font-weight: 400;
max-width: 180px;
overflow: hidden;
text-overflow: ellipsis;
-webkit-transition: color .2s ease;
transition: color .2s ease;
white-space: nowrap;
}
Replies (0)
No replies.