mirror of
https://github.com/Juicysteak117/pghrt.git
synced 2025-12-21 15:35:25 +00:00
"ermmmm my operating system doesn't do font fall back because steve jobs said so" stupid
This commit is contained in:
BIN
export/font/macsucks.otf
Normal file
BIN
export/font/macsucks.otf
Normal file
Binary file not shown.
@@ -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; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user