diff --git a/examples/html-demo/index.html b/examples/html-demo/index.html
index b4cb9a24..d2d41990 100644
--- a/examples/html-demo/index.html
+++ b/examples/html-demo/index.html
@@ -2,6 +2,7 @@
+
VJS HTML Demo
diff --git a/examples/react-demo/index.html b/examples/react-demo/index.html
index 7a6a9840..09476fa0 100644
--- a/examples/react-demo/index.html
+++ b/examples/react-demo/index.html
@@ -2,6 +2,7 @@
+
VJS React Demo
diff --git a/packages/html/src/skins/frosted/styles.css b/packages/html/src/skins/frosted/styles.css
index c79b5651..c696d89e 100644
--- a/packages/html/src/skins/frosted/styles.css
+++ b/packages/html/src/skins/frosted/styles.css
@@ -304,6 +304,10 @@ media-mute-button[data-volume-level='off'] .volume-off-icon {
border-radius: inherit;
}
+preview-time-display {
+ font-variant-numeric: tabular-nums;
+}
+
.popup-animation {
transition-property: transform, scale, opacity, filter;
transition-duration: 200ms;