mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
add old windows font support
This commit is contained in:
parent
5784318de5
commit
6d59c61044
@ -399,6 +399,25 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
|
||||
</style>
|
||||
<% } %>
|
||||
|
||||
|
||||
<% 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">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user