Update index.html

This commit is contained in:
Alexander David Frick 2022-05-26 19:16:04 -05:00 committed by GitHub
parent b77b41fbbe
commit cbc9c4dc7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@
body {
margin: 1em auto;
max-width: 32em;
font-family: sans-serif;
font-family: "Noto Sans", sans-serif;
padding: 1rem;
color: var(--fontcolor);
background-color: var(--bgcolor);
@ -60,6 +60,13 @@
a:active {
color: var(--visitedcolor);
}
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local("Noto Sans"),url(/fonts/noto-sans-v27-latin-regular.woff2) format("woff2"),url(/fonts/noto-sans-v27-latin-regular.woff) format("woff")
}
</style>
<script>
function toggleDarkMode(useDark) {