aboutsummaryrefslogtreecommitdiff
path: root/components/videoPlayer.js
diff options
context:
space:
mode:
Diffstat (limited to 'components/videoPlayer.js')
-rw-r--r--components/videoPlayer.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/videoPlayer.js b/components/videoPlayer.js
index ecd62e0..122f5b8 100644
--- a/components/videoPlayer.js
+++ b/components/videoPlayer.js
@@ -173,6 +173,8 @@ export default function VideoPlayer({
style: {
color: "#FFFF",
fontSize: `${defSize?.size}`,
+ fontFamily: localStorage.getItem("font")? localStorage.getItem("font") : "Arial",
+ textShadow: localStorage.getItem("subShadow")? JSON.parse(localStorage.getItem("subShadow")).value : "0px 0px 10px #000000",
},
},
}),