move fonts to style

This commit is contained in:
Gabriele Cirulli
2014-03-05 16:09:11 +01:00
parent 22ef3be645
commit c45115f9ae
11 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>2048</title> <title>2048</title>
<link href="style.css" rel="stylesheet" type="text/css"> <link href="style/style.css" rel="stylesheet" type="text/css">
</head> </head>
<body> <body>
<div class="container"> <div class="container">

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 81 KiB