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,12 +37,11 @@
|
||||||
<% } %> <!-- close the } -->
|
<% } %> <!-- close the } -->
|
||||||
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
||||||
<title> <%=info.artist%> - <%=info.title%></title>
|
<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-cdn.min.css rel=stylesheet>
|
||||||
<link href=/css/app.main.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="/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>
|
||||||
<link href=https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
@ -261,7 +260,9 @@ pointer-events:none;
|
||||||
<p style="overflow: auto;overflow-x: hidden;height: 12em;">
|
<p style="overflow: auto;overflow-x: hidden;height: 12em;">
|
||||||
<%-lyrics%>
|
<%-lyrics%>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="align">
|
<div class="align">
|
||||||
<img class="img" src="https://p.poketube.fun/<%=info.artwork%>"/>
|
<img class="img" src="https://p.poketube.fun/<%=info.artwork%>"/>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
|
@ -314,4 +315,5 @@ pointer-events:none;
|
||||||
|
|
||||||
<!-- END <%=t%> -->
|
<!-- END <%=t%> -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue