From ce1a2c421d6e1751be2fac615216890abdfdddef Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Fri, 13 Feb 2026 08:55:47 -0700 Subject: [PATCH 1/2] reveal tweaks and revised articleupload script --- .revealjs/ntn.css | 4 ++-- .scripts/articleupload.sh | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.revealjs/ntn.css b/.revealjs/ntn.css index a625cfc..06400ef 100644 --- a/.revealjs/ntn.css +++ b/.revealjs/ntn.css @@ -15,7 +15,7 @@ body { } .reveal { - font-family: "Nimbus Sans", Helvetica, sans-serif; /* ntnsndr adjusted */ + font-family: "Adwaita Sans", Helvetica, sans-serif; /* ntnsndr adjusted */ font-size: 30px; font-weight: normal; color: black; } @@ -51,7 +51,7 @@ body { margin: 0px auto 30px auto; background-color: light-gray; /* ntnsndr addition */ color: black; - font-family: "Nimbus Sans", Helvetica, sans-serif; /* ntnsndr adjusted */ + font-family: "Adwaita Sans", Helvetica, sans-serif; /* ntnsndr adjusted */ font-weight: 600; line-height: 1.2; letter-spacing: normal; diff --git a/.scripts/articleupload.sh b/.scripts/articleupload.sh index 1da2fbb..e8fe3a5 100755 --- a/.scripts/articleupload.sh +++ b/.scripts/articleupload.sh @@ -1,5 +1,7 @@ #!/bin/sh -sftp nsinfo@ossie.mayfirst.org < Date: Fri, 13 Feb 2026 09:16:00 -0700 Subject: [PATCH 2/2] Adjusted path in articleupload script for new shell --- .scripts/articleupload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/articleupload.sh b/.scripts/articleupload.sh index e8fe3a5..6cfe959 100755 --- a/.scripts/articleupload.sh +++ b/.scripts/articleupload.sh @@ -2,7 +2,7 @@ echo "Be sure to log into members.mayfirst.org/cp/ as nsinfo in the past 24 hours. Proceed when ready." read response sftp nsinfo@shell.mayfirst.org <