Font Update
This commit is contained in:
+4
-1
@@ -9,6 +9,9 @@
|
|||||||
<script src="https://kit.fontawesome.com/e4c3899c65.js" crossorigin="anonymous"></script>
|
<script src="https://kit.fontawesome.com/e4c3899c65.js" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
|
||||||
|
|
||||||
<title>Songer</title>
|
<title>Songer</title>
|
||||||
</head>
|
</head>
|
||||||
@@ -32,7 +35,7 @@
|
|||||||
<button id="list"><i class="fa-solid fa-list"></i></button>
|
<button id="list"><i class="fa-solid fa-list"></i></button>
|
||||||
</div>
|
</div>
|
||||||
<audio src="" id="player" controls></audio>
|
<audio src="" id="player" controls></audio>
|
||||||
<p>Stworzone przez <a href="https://smaga.me" style="color: white;">Krzysztof Smaga</a></p>
|
<h4 class="author">Stworzone przez <a href="https://www.smaga.me">Krzysztof Smaga</a><br><span style="font-size: 80%;"><a href="https://github.com/KrzysiekSiemv/musicplayer" target="_blank">Repozytorium</a></span></h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="list" style="display: none;">
|
<div class="list" style="display: none;">
|
||||||
<h3>Twoja lista odtwarzania</h3>
|
<h3>Twoja lista odtwarzania</h3>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
font-family: "Open Sans", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@@ -129,4 +129,21 @@ body {
|
|||||||
|
|
||||||
#player {
|
#player {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.author {
|
||||||
|
text-align: center;
|
||||||
|
font-weight: 300;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
.author a {
|
||||||
|
font-weight: 500;
|
||||||
|
text-decoration: none;
|
||||||
|
color: white;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.author a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user