|
28 | 28 | /> |
29 | 29 | <meta name="apple-mobile-web-app-title" content="Make IT Work" /> |
30 | 30 | <link rel="apple-touch-startup-image" href="/android-chrome-512x512.png" /> |
31 | | - <link |
32 | | - rel="stylesheet" |
33 | | - href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600&display=swap" |
34 | | - /> |
35 | 31 | <link |
36 | 32 | rel="stylesheet" |
37 | 33 | href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" |
38 | 34 | /> |
39 | 35 | <style> |
40 | 36 | @font-face { |
41 | 37 | font-family: "IBM EGA 8x8"; |
42 | | - src: url("/Web437_IBM_EGA_8x8.woff") format("woff"); |
| 38 | + src: url("Web437_IBM_EGA_8x8.woff") format("woff"); |
43 | 39 | font-weight: normal; |
44 | 40 | font-style: normal; |
45 | 41 | } |
46 | 42 |
|
47 | 43 | @font-face { |
48 | | - font-family: "American Typewriter"; |
49 | | - src: local("American Typewriter Semibold"), |
50 | | - local("AmericanTypewriter-Semibold"), local("American Typewriter"); |
51 | | - font-weight: 600; |
| 44 | + font-family: "IBM VGA 8x16"; |
| 45 | + src: url("Web437_IBM_VGA_8x16.woff") format("woff"); |
| 46 | + font-weight: normal; |
| 47 | + font-style: normal; |
| 48 | + } |
| 49 | + |
| 50 | + @font-face { |
| 51 | + font-family: "IBM VGA 9x16"; |
| 52 | + src: url("Web437_IBM_VGA_9x16.woff") format("woff"); |
| 53 | + font-weight: normal; |
52 | 54 | font-style: normal; |
53 | 55 | } |
54 | 56 |
|
|
78 | 80 | } |
79 | 81 |
|
80 | 82 | body { |
81 | | - font-family: "Fira Code", monospace; |
| 83 | + font-family: "IBM VGA 9x16", "IBM VGA 8x16", monospace; |
82 | 84 | background-color: var(--bg-dark); |
83 | 85 | color: var(--text-light); |
84 | 86 | min-height: 100vh; |
|
103 | 105 |
|
104 | 106 | .subheader { |
105 | 107 | margin-top: 1.5rem; |
106 | | - font-size: 0.75rem; |
107 | | - font-family: "Fira Code", monospace; |
| 108 | + font-size: 1rem; |
| 109 | + font-family: "IBM VGA 9x16", "IBM VGA 8x16", monospace; |
108 | 110 | font-weight: 400; |
109 | 111 | color: var(--text-muted); |
110 | | - letter-spacing: 0.15em; |
| 112 | + letter-spacing: 0.05em; |
111 | 113 | } |
112 | 114 |
|
113 | 115 | @media (max-width: 600px) { |
114 | 116 | .subheader { |
115 | | - font-size: 0.65rem; |
| 117 | + font-size: 0.9rem; |
116 | 118 | } |
117 | 119 | } |
118 | 120 |
|
119 | 121 | @media (max-width: 400px) { |
120 | 122 | .subheader { |
121 | | - font-size: 0.55rem; |
122 | | - letter-spacing: 0.1em; |
| 123 | + font-size: 0.8rem; |
| 124 | + letter-spacing: 0.05em; |
123 | 125 | } |
124 | 126 | } |
125 | 127 |
|
|
303 | 305 | } |
304 | 306 |
|
305 | 307 | .resource-cmd { |
306 | | - font-size: 0.65rem; |
| 308 | + font-size: 0.75rem; |
307 | 309 | color: var(--text-dim); |
308 | 310 | font-weight: 600; |
309 | 311 | } |
|
316 | 318 |
|
317 | 319 | /* WARP Note */ |
318 | 320 | .warp-note { |
319 | | - font-size: 0.7rem; |
| 321 | + font-size: 0.85rem; |
320 | 322 | color: var(--text-dim); |
321 | 323 | padding-top: 1rem; |
322 | 324 | margin-top: 1rem; |
|
467 | 469 | } |
468 | 470 |
|
469 | 471 | .install-banner-title { |
470 | | - font-size: 0.85rem; |
| 472 | + font-size: 1rem; |
471 | 473 | font-weight: 500; |
472 | 474 | color: var(--gold); |
473 | 475 | } |
474 | 476 |
|
475 | 477 | .install-banner-subtitle { |
476 | | - font-size: 0.7rem; |
| 478 | + font-size: 0.85rem; |
477 | 479 | color: var(--text-muted); |
478 | 480 | } |
479 | 481 |
|
|
489 | 491 | border: none; |
490 | 492 | padding: 0.5rem 1rem; |
491 | 493 | font-family: inherit; |
492 | | - font-size: 0.75rem; |
| 494 | + font-size: 0.9rem; |
493 | 495 | font-weight: 600; |
494 | 496 | cursor: pointer; |
495 | 497 | transition: all 0.2s ease; |
|
505 | 507 | border: 1px solid var(--border-dim); |
506 | 508 | padding: 0.5rem 0.75rem; |
507 | 509 | font-family: inherit; |
508 | | - font-size: 0.75rem; |
| 510 | + font-size: 0.9rem; |
509 | 511 | cursor: pointer; |
510 | 512 | transition: all 0.2s ease; |
511 | 513 | } |
|
518 | 520 | /* iOS install instructions */ |
519 | 521 | .ios-instructions { |
520 | 522 | display: none; |
521 | | - font-size: 0.7rem; |
| 523 | + font-size: 0.85rem; |
522 | 524 | color: var(--text-muted); |
523 | 525 | text-align: center; |
524 | 526 | padding: 0.5rem; |
|
0 commit comments