1
Fork 0

remove google fonts

This commit is contained in:
Ashley 2022-09-01 15:29:37 +02:00
parent 69d65bff68
commit bb1f9313f9

View file

@ -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>