diff --git a/export/font/macsucks.otf b/export/font/macsucks.otf new file mode 100644 index 0000000..b1d0a37 Binary files /dev/null and b/export/font/macsucks.otf differ 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; } }