可否调整字体大小……?
MisakaAI opened this issue · 4 comments
MisakaAI commented
在obs的浏览器css中设置font-size并不管用……以及如果支持本地字体就更好了0.0
Tsuk1ko commented
MisakaAI commented
了解,谢谢!
如果可以的话了,直接在 bilivechat.moe.best 中设置字体会方便的多。
Tsuk1ko commented
其实设置字体大小这个需求应该很少会有
- 你可以在 OBS 中通过修改浏览器来源长宽,并配合变换来达到任意的实际大小
- 如果你修改了 css,那么字体和其他元素(例如头像)的比例就会被改变,如果这不是你想要的结果你可能还得顺带把这些元素的大小也调整一遍
WordlessEcho commented
缩放会糊,我自己摸的一套:
.danmaku-author-name, .danmaku-message {
font-size: 2.3em;
line-height: normal;
}
.danmaku-author-face {
width: 48px;
height: 48px;
border-radius: 48px;
}
OBS内浏览器宽高为625*1080