Skip to content

Commit 7b64c22

Browse files
committed
style: add VGA 8x14 font, use 14px for cmds and WARP note
1 parent 878f7fa commit 7b64c22

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

9.46 KB
Binary file not shown.

makeitwork.cloud/index.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@
4747
font-style: normal;
4848
}
4949

50+
@font-face {
51+
font-family: "IBM VGA 8x14";
52+
src: url("Web437_IBM_VGA_8x14.woff") format("woff");
53+
font-weight: normal;
54+
font-style: normal;
55+
}
56+
5057
@font-face {
5158
font-family: "IBM VGA 9x16";
5259
src: url("Web437_IBM_VGA_9x16.woff") format("woff");
@@ -307,8 +314,8 @@
307314
}
308315

309316
.resource-cmd {
310-
font-family: "IBM VGA 8x16", monospace;
311-
font-size: 16px;
317+
font-family: "IBM VGA 8x14", monospace;
318+
font-size: 14px;
312319
color: var(--text-dim);
313320
}
314321

@@ -319,7 +326,8 @@
319326

320327
/* WARP Note */
321328
.warp-note {
322-
font-size: 16px;
329+
font-family: "IBM VGA 8x14", monospace;
330+
font-size: 14px;
323331
color: var(--text-dim);
324332
padding-top: 1rem;
325333
margin-top: 1rem;

0 commit comments

Comments
 (0)