diff options
author | elioat <elioat@tilde.institute> | 2025-01-11 12:04:12 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2025-01-11 12:04:12 -0500 |
commit | 9eb44ff7206bf993679208dc4fbacbff57356998 (patch) | |
tree | a9ae2cbb26dfdb51b0e65851386076167343f4e8 | |
parent | 88935a5b7ded11b9ae034bc7cdf4f85f296f148b (diff) | |
download | tour-9eb44ff7206bf993679208dc4fbacbff57356998.tar.gz |
*
-rw-r--r-- | html/cards/index.html | 4 |
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 { |