add old windows font support

This commit is contained in:
Ashley 2023-05-15 16:34:16 +00:00
parent 5784318de5
commit 6d59c61044

View file

@ -400,6 +400,25 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
<% } %> <% } %>
<% if(IsOldWindows) { %>
<style>
:root {
--text-font-primary: "Inter" !important;
}
.video-info-buttons.pill {
font-family:inherit !important;
}
.video-sub-info.description {
font-family:ubuntu !important;
}
</style>
<% } %>
<style data-universe="2"> <style data-universe="2">
:root { :root {