force change font to pretendard jp
Youtube CC-Pretendard JP by Levetah
Details
AuthorLevetah
LicenseNo License
CategoryYoutube
Created
Updated
Size405 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
font weight: 100 to 900
Source code
/* ==UserStyle==
@name ytcc
@version 20231201.15.10
@namespace ?
==/UserStyle== */
@-moz-document domain("www.youtube.com") {
@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-jp.min.css);
.html5-video-player .captions-text span {
font-family: 'Pretendard JP', sans-serif!important; font-weight: 300!important;
}
}