about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--html/cards/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/cards/index.html b/html/cards/index.html
index 8037e53..27c0616 100644
--- a/html/cards/index.html
+++ b/html/cards/index.html
@@ -3,9 +3,8 @@
 <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Cards</title>
+    <title>🃏 cards 🃏</title>
     <style>
-
         @font-face {
             font-family: 'pokemon-font';
             src: url('./pokemon-font/fonts/pokemon-font.ttf') format('ttf'); /* IE9 Compat Modes */
@@ -21,6 +20,7 @@
             font-smooth: never;
             -webkit-font-smoothing: none;
             font-family: "pokemon-font", monospace;
+            font-size: 16px;
         }
 
         canvas {