Skip to content

Commit 506d56c

Browse files
authored
use fonts.googleapis.com
remove fonts.useso.com and use https://fonts.googleapis.com
1 parent 6277b10 commit 506d56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Audio player HTML5</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77

8-
<link href="http://fonts.useso.com/icon?family=Material+Icons" rel="stylesheet">
8+
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
99
<link rel="stylesheet" href="css/AudioPlayer.css">
1010
<style>
1111

0 commit comments

Comments
 (0)