From fe851ee7ea31caa48a6d9a8ce1ddbb30854f2321 Mon Sep 17 00:00:00 2001 From: stale Date: Fri, 1 Jul 2022 20:53:11 -0300 Subject: more config options and a good refactoring --- assets/VT323-Regular.ttf | Bin 149688 -> 0 bytes assets/VT323.ttf | Bin 0 -> 149688 bytes assets/favicon.ico | Bin 0 -> 1307 bytes assets/index.html | 2 +- assets/room.html | 4 ++-- assets/style.css | 2 +- 6 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 assets/VT323-Regular.ttf create mode 100644 assets/VT323.ttf create mode 100644 assets/favicon.ico (limited to 'assets') diff --git a/assets/VT323-Regular.ttf b/assets/VT323-Regular.ttf deleted file mode 100644 index 6aec599..0000000 Binary files a/assets/VT323-Regular.ttf and /dev/null differ diff --git a/assets/VT323.ttf b/assets/VT323.ttf new file mode 100644 index 0000000..6aec599 Binary files /dev/null and b/assets/VT323.ttf differ diff --git a/assets/favicon.ico b/assets/favicon.ico new file mode 100644 index 0000000..646857a Binary files /dev/null and b/assets/favicon.ico differ diff --git a/assets/index.html b/assets/index.html index cce9248..c67e4d6 100644 --- a/assets/index.html +++ b/assets/index.html @@ -4,7 +4,7 @@ websweeper - +
diff --git a/assets/room.html b/assets/room.html index 4dadc6b..e128bc7 100644 --- a/assets/room.html +++ b/assets/room.html @@ -4,7 +4,7 @@ websweeper - +
@@ -26,5 +26,5 @@
- + diff --git a/assets/style.css b/assets/style.css index 49e832e..4d12602 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1,6 +1,6 @@ @font-face { font-family: vt323; - src: url("./f.ttf"); + src: url("./VT323.ttf"); } #board-container { font-size: 80px; -- cgit v1.2.3