diff --git a/css/retro.css b/css/retro.css index a269fb0..a0706a7 100644 --- a/css/retro.css +++ b/css/retro.css @@ -328,8 +328,8 @@ ul li { } pre { - /* font-family: "Classic Console Neue", monospace; */ - font-size: 13pt; + font-family: "Source Code Pro Medium", monospace; + font-size: 12pt; margin-left: 20px; background: #524646; border-left: 3px solid #000000; @@ -392,7 +392,7 @@ pre.atari { background-color: #004d80; font-family: 'Atari Classic Chunky', serif; font-weight: lighter; - font-size: 0.525em; + font-size: 0.625em; line-height: 1.2; overflow-wrap: break-word; color: #f2f2f2;