개인용, 치지직 전용
개병신 네모니2랑 나눔고딕 쳐박은 거 브라우저 sans-serif로 바꿔줌
채팅창 닉네임 뒤에 : 붙여줌 (아무개: ㅋㅋㅋㅋㅋㅋㅋㅋ)
CHZZK Font JungSangHwa by sawalk
Details
Authorsawalk
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name CHZZK Font JungSangHwa
@version 20241103.14.27
@namespace https://userstyles.world/user/sawalk
@description 개인용개병신 네모니2 쳐박은 거 브라우저 sans-serif로 바꿔줌채팅창 닉네임 뒤에 : 붙여줌 (아무개: ㅋㅋㅋㅋㅋㅋㅋㅋ)
@author sawalk
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://chzzk.naver.com/") {
* {
font-family : sans-serif, 'Inter','Roobert' !important;
}
.video_information_title__jrLfG {
font-size: 20px;
}
.live_chatting_username_nickname__dDbbj {
font-weight: bold;
font-size: 13.5px;
}
.live_chatting_username_nickname__dDbbj:after {
content: ":";
color: #fff;
font-weight: 300;
}
.live_chatting_message_text__DyleH {
font-size: 13px;
}
.live_chatting_username_container__m1-i5:not(.live_chatting_username_is_overlay__A8Xmr):not(.live_chatting_username_is_donation__eXMYs):not(.live_chatting_username_donation_alarm__xEM44):not(.live_chatting_username_is_subscription__G\+gtA).live_chatting_username_is_message__jvTvP {
padding: 2px 0.5px 2px 2px;
}
}