From 401d1e587b61dd9bb77b56bf99bd3fb84bb15bf5 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 6 Mar 2022 17:31:18 +0530 Subject: [PATCH] Don't force Shaka CSS --- src/styles/main.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/styles/main.scss b/src/styles/main.scss index 14fc5d5..5fc237c 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -9,10 +9,6 @@ font-family: $font-primary, Inter, system-ui, sans-serif !important; } - - .shaka-video-container :not(.material-icons-round) { - font-family: $font-primary, Inter, system-ui, sans-serif; - } } // Fix for https://github.com/vuetifyjs/vuetify/issues/9130, PM so far doesn't care about IE