feat: Add moving scanline, remove emoji font stuff

This commit is contained in:
daudix
2024-01-28 21:37:45 +03:00
parent 36d8dda804
commit 2588c08d0e
2 changed files with 61 additions and 27 deletions

View File

@ -26,7 +26,7 @@ body {
}
body {
font-family: system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
font-family: system-ui, sans-serif;
line-height: 1.6;
color: var(--fg-color);
background: var(--bg-color);
@ -70,7 +70,7 @@ h3,
h4,
h5,
h6 {
font-family: Superclarendon, 'Bookman Old Style', 'URW Bookman', 'URW Bookman L', 'Georgia Pro', Georgia, serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
font-family: Superclarendon, 'Bookman Old Style', 'URW Bookman', 'URW Bookman L', 'Georgia Pro', Georgia, serif;
font-weight: 200;
line-height: 1.25;
margin: 3rem 0 1rem;