You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
1.0 KiB
CSS

@font-face {
font-family: "Unilegant";
src: url("https://hub.xpub.nl/soupboat/docs/font/Unilegant.woff2")
format("woff2"),
url("https://hub.xpub.nl/soupboat/docs/font/Unilegant.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}
html,
body {
background-color: white;
font-family: sans-serif;
font-size: 18px;
line-height: 1.4;
}
img {
width: 100%;
}
main > p {
max-width: 65ch;
}
h1,
h2,
h3 {
font-family: "Unilegant";
text-decoration: underline;
}
h1 {
text-shadow: 1px 0 0 currentColor, 1px 0 0 currentColor;
font-size: 32px;
line-height: 1;
}
h2 {
font-size: 32px;
text-decoration: underline;
}
h3 {
font-size: 28px;
text-decoration: underline;
}
blockquote {
font-family: serif;
}
code {
display: inline-block;
padding: 0.1em 0.5em;
background-color: #eee;
border-radius: 1em;
margin-inline: 0.5ch;
}
strong {
text-decoration: underline;
}
@media print {
nav {
display: none;
}
h2 {
break-before: page;
}
}