mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:08:34 +01:00
add old windows font support
This commit is contained in:
parent
5784318de5
commit
6d59c61044
1 changed files with 19 additions and 0 deletions
|
@ -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 a new issue