diff --git a/homepage/homepage b/homepage/homepage index 57c990c..0cae79a 100755 --- a/homepage/homepage +++ b/homepage/homepage @@ -170,7 +170,6 @@ have, though in the event of conflicting attributes the later attribute
- @@ -491,6 +490,19 @@ $!TITLE home +/style.css + +@font-face{ + font-family: "unscii16"; + src: url("unscii-16.ttf") format("ttf"), + url("unscii-16.woff") format("woff"); +} + +@media { prefers-color-scheme: light } { background: #eee; color: #000; } +@media { prefers-color-scheme: dark } { background: #000; color: #eee; } +pre { font-family: unscii16, monospace; } + + /blah/2023-11-18.html One of the details about Slipstream and its universe of media (that I will @@ -4793,7 +4805,8 @@ ls ./blah/*.html \ | tee ./feed.xml \ | sed -e 's_.*_&_g' \ -e "1i\ -.." \ -e '$a' \ >./blah/index.html @@ -4810,6 +4823,9 @@ sed -i feed.xml \