Skip to content

Commit eaad251

Browse files
Merge pull request #1 from joelunmsm2003/changefont
cambios
2 parents ff7354b + dce9f4a commit eaad251

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<!DOCTYPE html>
22
<html>
3+
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
34
<head>
45
<title>Javascript Tetris</title>
56
<style>
6-
body { font-family: Helvetica, sans-serif; }
7+
body { font-family: 'Montserrat', sans-serif; }
78
#tetris { margin: 1em auto; padding: 1em; border: 4px solid black; border-radius: 10px; background-color: #F8F8F8; }
89
#stats { display: inline-block; vertical-align: top; }
910
#canvas { display: inline-block; vertical-align: top; background: url(texture.jpg); box-shadow: 10px 10px 10px #999; border: 2px solid #333; }

0 commit comments

Comments
 (0)