mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:28:35 +01:00
fix fonts even more lel
This commit is contained in:
parent
cd90b876e6
commit
00cc82a5a0
1 changed files with 16 additions and 0 deletions
|
@ -167,6 +167,22 @@ summary:hover{
|
|||
color: black;
|
||||
}
|
||||
</style>
|
||||
|
||||
<% if(IsOldWindows) { %>
|
||||
<style>
|
||||
.heading {
|
||||
font-family:"Ginto Nord" !important;
|
||||
}
|
||||
.btn-explore {
|
||||
font-family:"Inter" !important;
|
||||
width:165px !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
<% } %>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--//--><![CDATA[//><!--
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue