style page care
parent
5bd9713f0e
commit
85c5d7d3e8
@ -0,0 +1,65 @@
|
|||||||
|
@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 {
|
||||||
|
font-size: 28px;
|
||||||
|
line-height: 1;
|
||||||
|
font-family: "Unilegant";
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-size: 21px;
|
||||||
|
}
|
||||||
|
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue