Skip to content

Commit

Permalink
Merge pull request #65 from MukulKolpe/issue-28
Browse files Browse the repository at this point in the history
 Changed the fonts of title track and singer name
  • Loading branch information
Ayush-projects authored Mar 21, 2021
2 parents 88d6884 + ae69596 commit 00e5d78
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Frontend/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,25 @@ html {
}

.music #track-name {
font-family: 'Redressed', cursive;
text-transform: uppercase;
font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
text-transform:capitalize;
letter-spacing: 0.2rem;
word-spacing: 0.5rem;
color: #ebe3e1;
margin: 2rem 0 0.5rem 0;
font-size: 2.5rem;
font-weight: 500;
font-weight: 300;
text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.3);
}

.music #artist{
font-family: 'Akaya Telivigala', cursive;
font-family:'Akaya Telivigala', cursive;
color: #cccaca;
text-transform: capitalize;
text-transform:capitalize;
letter-spacing: 0.1rem;
font-size: 2rem;
margin-bottom: 4rem;
font-weight: 300;
font-size: 2.5rem;
margin-bottom: 5rem;
font-weight: 500;
}

input[type="range"]{
Expand Down

0 comments on commit 00e5d78

Please sign in to comment.