Linked the Ubuntu Monospace font
[shapeshift.git] / shapeshift.html
index 84916f933ea6cf5cc8757130aaefbd9ad5121619..9af28b99076b5491646bbd784db2ec2b9cc49d49 100644 (file)
@@ -2,8 +2,12 @@
 <html>
     <head>
         <meta charset="UTF-8" />
 <html>
     <head>
         <meta charset="UTF-8" />
-        <title>Ludum Dare 35 – Shapeshifting Goddess!</title>
+        <title>Ludum Dare 35 – Shapeshifting Goddess</title>
         <script src="phaser.min.js"></script>
         <script src="phaser.min.js"></script>
+       <style>
+               @font-face { font-family: "Ubuntu Mono"; src: url(UbuntuMono-R.ttf); }
+               body { font-family: "Ubuntu Mono", monospace; color: #000000; background: #000000; }
+       </style>
     </head>
     <body>
 
     </head>
     <body>