Skip to content

Commit 73c37ab

Browse files
authored
Update index.css
1 parent b23e021 commit 73c37ab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

index.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
@font-face {
88
font-family: Neusharp;
9-
src: url(Neusharp-Bold.otf);
9+
src: url(/media/Gilbert Bold-Preview_1004.otf);
1010
}
1111

1212
body{
@@ -88,6 +88,9 @@ img{
8888

8989
.smo{
9090
font-size: 10px;
91-
9291
}
92+
function playSound() {
93+
document.getElementById("jev").play();
94+
}
95+
9396

0 commit comments

Comments
 (0)