From f1b11a3f5c42370a81a4b078c81869219bd2afc9 Mon Sep 17 00:00:00 2001 From: Juicysteak117 <20595808+Juicysteak117@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:09:08 -0700 Subject: [PATCH] "ermmmm my operating system doesn't do font fall back because steve jobs said so" stupid --- export/font/macsucks.otf | Bin 0 -> 1448 bytes export/pghrtcss.css | 12 ++++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 export/font/macsucks.otf diff --git a/export/font/macsucks.otf b/export/font/macsucks.otf new file mode 100644 index 0000000000000000000000000000000000000000..b1d0a3731a5cc7067d047c74302ac89737f9eb36 GIT binary patch literal 1448 zcmd^8&r4KM6#nkJZ+>V4&46YS)SGcg#lf7>QB!H5DN$IWGC5G>;LPNNGo#};*g}z3 zEsR=3P_%GknCL2K5iM#JgwZ0QT`PA%;G&SwvG2}2(_sFC?&I8ZzH`2N&VA?J3jv@U z3y?6b4V??zJCmHIXN@vCmW)hZYHM5vgoBc~J#ja_b>+b)KwD6p@mM74`-=B~^bxm? z(_woi2Z*D@-tlC1*8Usa#P^9E6X~%CF5nLFV`6(UGCK(?s)?Ty8>vV#Rz0}9LHw5W z)+f``+2ysXgMej%@$=BNym$l)>p#`V!o#8#-_b0}=!I3%TO7i9U{Mdmd!u;Qu(&fN zefvJ#;C?shR{supQq3?5NLLPuw;01kBE|Ajmvg~o=wyPkuKW#)`}@UtbH-c&VP*V( zAC5u;>dZE1sz*g(m&DFgLDYdM@vyG}ZIvCi0c|d~tG3xy;}Omu8ynD8_d*^mPM&~s zzeR`ig6AdNfvOXg6*g;)yV4zKYYn#4o~>~QZB@b{M(4vLBjNe{k{DgdajfK*c6Y_E z@W|YJI2j>bd}1U%tKms}FX``(5}y72ulUz0;lG$5r(FGo;ADqoOiP22jCw z5-PAH--qf`>EXZ=GnY{J)3o^zh>A5NPBCNA*6D39Z3|8#XxfTBq;9%iMo$H9nzjZ9 zrc7I+6?3Molk>{7E$G4r)3%~Q$ap%HjYSjLbf%wbCfP^aTfm0DvB~H#4he@=D3+N{ zq*IE~X&hNmm!qftkcT+ZNFj?DqDWAukwL$SW{^am8Sgz3H{eGjnqZ)VQYu3!Ux-;V zm}V7K@gPShtkTdJlm#o3lIXK5a$-|WFB7`QSZ6=inbhr1|sr`NJZGO`K0O8Kf AH2?qr literal 0 HcmV?d00001 diff --git a/export/pghrtcss.css b/export/pghrtcss.css index 29656fa..71f00ed 100644 --- a/export/pghrtcss.css +++ b/export/pghrtcss.css @@ -15,6 +15,10 @@ font-family: 'crmbi'; src: url('font/crmbi.otf') format('opentype'); } +@font-face { + font-family: 'macsucks'; + src: url('font/macsucks.otf') format('opentype'); +} /*default for light*/ :root { @@ -185,7 +189,7 @@ ol[class="ltx_toclist ltx_toclist_section"]{ #return:after { content: "🡱"; display: block; - top: 35px; + top: 40px; position: relative; } @@ -195,7 +199,7 @@ ol[class="ltx_toclist ltx_toclist_section"]{ left: calc(55% + 400px); width: 80px; height: 80px; - font-size: 70px; + font-size: 60px; color: var(--font-bold); line-height: 0; padding: 0; @@ -204,7 +208,7 @@ ol[class="ltx_toclist ltx_toclist_section"]{ background: var(--toc-bg); cursor: pointer; text-align: center; - font-family: sans-serif; + font-family: 'macsucks'; } /* i'm just copying this shit from w3schools ngl */ @@ -295,7 +299,7 @@ ol[class="ltx_toclist ltx_toclist_section"]{ #font-toggle {top: calc(2 * var(--mobile-button)); } .ltx_tocentry.ltx_tocentry_section > .ltx_ref:after { margin-right: 20px; } :target::before { margin-top: -5vh; height: 5vh; } - #return {left: calc(95% - 50px) !important; height: 50px; width: 50px; font-size: 50px; } + #return {left: calc(95% - 50px) !important; height: 50px; width: 50px; font-size: 40px; } #return:after { top: 23px; } }