"ermmmm my operating system doesn't do font fall back because steve jobs said so" stupid

This commit is contained in:
Juicysteak117
2025-10-26 23:09:08 -07:00
parent caa74c6c0d
commit f1b11a3f5c
2 changed files with 8 additions and 4 deletions

View File

@@ -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; }
}