# Twitch 2019/9/26網頁版中文字體修正 這是用來修正Twitch 2019/9/26網頁改版後實況主中文名稱會被強制換行的問題 然後順便把中文字體從預設的`新細明體`改成`微軟正黑體` ## 用法 首先瀏覽器要安裝**Stylus**套件 用來修改CSS chrome和firefox都有 ### CSS: ```css= body { font-family: "微軟正黑體",Roobert,Helvetica Neue,Helvetica,Arial,sans-serif!important; } .channel-header-user-tab__user-content > p.tw-font-size-5 { white-space: nowrap; } ``` ### 含以下前綴的網址: `https://www.twitch.tv/` ### 顯示結果:   ## 備註 :::warning 這個是暫時應急用CSS修正 等Twitch官方改好就不需要用這個CSS了= = :::
×
Sign in
Email
Password
Forgot password
or
Sign in via Google
Sign in via Facebook
Sign in via X(Twitter)
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
Continue with a different method
New to HackMD?
Sign up
By signing in, you agree to our
terms of service
.