/* ==UserStyle==
@name Netflix字幕自定義
@namespace https://greasyfork.org/zh-TW/users/4839
@version 1.1.3
@description 自行設定字幕字體外框租細顏色Set Netflix subtitle font shadow
@author Leadra
@supportURL https://www.netflix.com/settings/subtitles
@homepageURL https://greasyfork.org/zh-TW/scripts/486313
@license MIT-0
==/UserStyle== */
/*參考
https://userstyles.world/style/10249
https://greasyfork.org/zh-TW/scripts/444131
https://userstyles.world/style/7930
*/
@-moz-document url-prefix("https://www.netflix.com/watch/"), url-prefix("https://www.netflix.com/settings/subtitles") {
/* Set Subtitle Font */
div.player-timedtext > div.player-timedtext-text-container > span > span {
font-family: "芫荽","微軟正黑體",sans-serif !important;
font-weight: bold,normal !important;
font-style: normal!important;
font-size: 8.4em !important;//8.4em
color: rgba(255, 255, 255, 1) !important;
text-shadow: 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1) !important;
}
}
/*
Netflix Sans(網站預設)
微軟正黑體Microsoft JhengHei
源樣黑體
芫荽https://github.com/ButTaiwan/iansui?tab=readme-ov-file
LXGW WenKai(霞鶩文楷)
GenYoGothic(源樣黑體N)
yozai(悠哉體)
*/