diff --git a/public/404.html b/public/404.html index 4a9eb06..515273c 100644 --- a/public/404.html +++ b/public/404.html @@ -9,7 +9,7 @@

/blankx/.hell.html

Welcome to hell.


-

I'm just trying to be scary.

+

I'm just trying to be scary. Thanks to amolith for making Dr. Smith

diff --git a/public/fonts/drsmith.otf b/public/fonts/drsmith.otf new file mode 100644 index 0000000..a140783 Binary files /dev/null and b/public/fonts/drsmith.otf differ diff --git a/public/index.css b/public/index.css index 42b3e45..0aef427 100644 --- a/public/index.css +++ b/public/index.css @@ -6,6 +6,14 @@ font-family: 'Transformers'; src: url('fonts/transformers.ttf'); } +@font-face { + /* Dr. Smith made by Amolith, https://git.nixnet.xyz/Amolith/dotfiles#dr-smith-a-custom-font */ + font-family: 'Dr. Smith'; + src: url('fonts/drsmith.otf'); +} +p.ds, a.ds { + font-family: 'Dr. Smith', sans-serif; +} h1.transred { font-family: 'Transformers', sans-serif; color: red; @@ -14,7 +22,6 @@ meta.colon_p { color: rgba(255,255,255,0.5); } body.jack { - /* comment by future blank: no */ background-color: red; background-image: url('jack.png'); } @@ -64,6 +71,10 @@ div.container { p.black { color: black; } +p.blacknds, a.blacknds { + color: black; + font-family: 'Dr. Smith', sanserif; +} div.tocclass, iframe { /* display: flex; box-sizing: border-box; */ diff --git a/public/toc.html b/public/toc.html index 42d236c..f4f1b95 100644 --- a/public/toc.html +++ b/public/toc.html @@ -4,6 +4,6 @@ -

sensible-browser /blankx/{{index,contact,get-keys,template,404,403,toc}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner},keybase.txt,jack.png,toc.js}

+

sensible-browser /blankx/{{index,contact,get-keys,template,404,403,toc}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner},keybase.txt,jack.png,toc.js,index.css} || echo Thanks to amolith for creating Dr. Smith.

diff --git a/public/toc.js b/public/toc.js index d47d596..4dd05fe 100644 --- a/public/toc.js +++ b/public/toc.js @@ -1,8 +1,8 @@ let cururl = window.location.href; if (cururl.indexOf('redir') >= 0) { - let toccon = "

sensible-browser /blankx/{{index,contact,get-keys,template,404,403,toc}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner},keybase.txt,jack.png,toc.js}

"; + let toccon = "

sensible-browser /blankx/{{index,contact,get-keys,template,404,403,toc}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner},keybase.txt,jack.png,toc.js,index.css}

"; document.getElementById("tocid").innerHTML = toccon; } else { - let toccon = "

sensible-browser /blankx/{{index,contact,get-keys,template,404,403,toc}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner},keybase.txt,jack.png,toc.js}

"; + let toccon = "

sensible-browser /blankx/{{index,contact,get-keys,template,404,403,toc}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner},keybase.txt,jack.png,toc.js,index.css}

"; document.getElementById("tocid").innerHTML = toccon; }