쿠팡플레이의 자막 폰트를 변경할 수 있습니다. 폰트를 바꾸시려면 font-family: 항목의 목록을 원하는 폰트의 이름으로 수정하시면 됩니다.
쿠팡플레이 자막 폰트 변경 by allojys
Details
Authorallojys
LicenseNo License
Categorycoupangplay.com
Created
Updated
Size313 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 쿠팡플레이 자막
@version 20240919.15.08
@namespace ?
==/UserStyle== */
@-moz-document domain("coupangplay.com") {
div .vjs-text-track-display *{
font-family: 'a시네마L', 'Pretendard JP', 'KoPubWorld돋움체_Pro'!important;
display: inline-block!important;
}
}