Twitch 2019/9/26網頁版中文字體修正
這是用來修正Twitch 2019/9/26網頁改版後實況主中文名稱會被強制換行的問題
然後順便把中文字體從預設的新細明體
改成微軟正黑體
用法
首先瀏覽器要安裝Stylus套件
用來修改CSS
chrome和firefox都有
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/
顯示結果:
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
備註
這個是暫時應急用CSS修正
等Twitch官方改好就不需要用這個CSS了= =