commit 96145bb
chld
·
2026-07-31 04:10:30 +0000 UTC
parent 407d053
8x16
3 files changed,
+10,
-5
D
'
+0,
-3
1@@ -1,3 +0,0 @@
2-<center>
3- <h1>CHLD</h1>
4-</center>
+0,
-0
+10,
-2
1@@ -5,10 +5,16 @@
2 font-style: normal;
3 }
4
5+@font-face {
6+ font-family: 'Web437 ACM VGA 8x16';
7+ src: url('PRF/assets/acm8x16.woff') format('woff');
8+ font-weight: normal;
9+ font-style: normal;
10+}
11
12 body {
13- font-family: 'Web437 ACM VGA 8x8';
14- font-size: 8px;
15+ font-family: 'Web437 ACM VGA 8x16';
16+ font-size: 16px;
17 background-color: #0a0a0a;
18 /* background-image: url('PRF/assets/bg.png');
19 */
20@@ -42,6 +48,8 @@ blk {
21 background-color: #998888;
22 color: #1a0a0a;
23 padding: 1px;
24+ font-family: 'Web437 ACM VGA 8x8';
25+ font-size: 16px;
26 }
27
28 img {