We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878f7fa commit 7b64c22Copy full SHA for 7b64c22
2 files changed
makeitwork.cloud/Web437_IBM_VGA_8x14.woff
9.46 KB
makeitwork.cloud/index.html
@@ -47,6 +47,13 @@
47
font-style: normal;
48
}
49
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
+
57
@font-face {
58
font-family: "IBM VGA 9x16";
59
src: url("Web437_IBM_VGA_9x16.woff") format("woff");
@@ -307,8 +314,8 @@
307
314
308
315
309
316
.resource-cmd {
310
- font-family: "IBM VGA 8x16", monospace;
311
- font-size: 16px;
317
+ font-family: "IBM VGA 8x14", monospace;
318
+ font-size: 14px;
312
319
color: var(--text-dim);
313
320
321
@@ -319,7 +326,8 @@
326
327
/* WARP Note */
328
.warp-note {
322
329
330
323
331
324
332
padding-top: 1rem;
325
333
margin-top: 1rem;
0 commit comments