From 5316defdb9d49cf3f204aeffd416fd6370be0f2e Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 17 Jan 2025 11:31:33 +0000 Subject: [PATCH] testing different preview styles --- css/retro.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;