mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:38:25 +01:00
remove google fonts
This commit is contained in:
parent
bbb07b65ef
commit
5bfca3c698
1 changed files with 6 additions and 4 deletions
|
@ -37,11 +37,10 @@
|
|||
<% } %> <!-- close the } -->
|
||||
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
||||
<title> <%=info.artist%> - <%=info.title%></title>
|
||||
<link href="https://p.poketube.fun/https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel=stylesheet>
|
||||
<link href=/css/app-cdn.min.css rel=stylesheet>
|
||||
<link href=/css/app.main.css rel=stylesheet>
|
||||
<link href="https://fonts.poketube.fun/css/fonts.css" rel=stylesheet>
|
||||
<link href="/css/watch.main.css?v=56" rel=stylesheet>
|
||||
<link href="https://p.poketube.fun/https://fonts.googleapis.com/css2?family=Inter:wght@900&family=Sigmar+One&display=swap" rel=stylesheet>
|
||||
<link href=https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
|
||||
</head>
|
||||
|
||||
|
@ -261,7 +260,9 @@ pointer-events:none;
|
|||
<p style="overflow: auto;overflow-x: hidden;height: 12em;">
|
||||
<%-lyrics%>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="align">
|
||||
<img class="img" src="https://p.poketube.fun/<%=info.artwork%>"/>
|
||||
<div class="info">
|
||||
|
@ -315,3 +316,4 @@ pointer-events:none;
|
|||
<!-- END <%=t%> -->
|
||||
</body>
|
||||
|
||||
|
Loading…
Reference in a new issue