64 lines
1.5 KiB
CSS
64 lines
1.5 KiB
CSS
|
@font-face {
|
||
|
font-family: "Noto Sans";
|
||
|
src: local("Noto Sans"),local("NotoSans-Regular"),url(https://voidptr.de/tmp/iger2023-schilderwald/NotoSans-Regular.ttf)
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Noto Sans";
|
||
|
font-weight: 700;
|
||
|
src: local("Noto Sans Bold"),local("NotoSans-Bold"),url(https://voidptr.de/tmp/iger2023-schilderwald/NotoSans-Bold.ttf)
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Noto Sans";
|
||
|
font-style: italic;
|
||
|
src: local("Noto Sans Italic"),local("NotoSans-Italic"),url(https://voidptr.de/tmp/iger2023-schilderwald/NotoSans-Italic.ttf)
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Noto Sans Mono";
|
||
|
font-weight: 700;
|
||
|
src: local("Noto Sans Mono Bold"),local("NotoSansMono-Bold"),url(https://voidptr.de/tmp/iger2023-schilderwald/NotoSansMono-Bold.ttf)
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "OCR A";
|
||
|
src: url(https://voidptr.de/tmp/iger2023-schilderwald/OCRA.ttf),url(https://voidptr.de/tmp/iger2023-schilderwald/OCRA.otf)
|
||
|
}
|
||
|
|
||
|
|
||
|
body {
|
||
|
font-family: "OCR A", "Noto Sans Mono", monospace;
|
||
|
}
|
||
|
h1 {
|
||
|
font-weight: 500;
|
||
|
font-size: 60px;
|
||
|
}
|
||
|
h1:first-of-type {
|
||
|
font-weight: 700;
|
||
|
font-size: 65px;
|
||
|
color: #272771;
|
||
|
}
|
||
|
p:first-of-type {
|
||
|
color: #e6007e;
|
||
|
}
|
||
|
p {
|
||
|
margin: 0.5cm 0;
|
||
|
}
|
||
|
.absolute {
|
||
|
position: absolute;
|
||
|
height: 2.5cm;
|
||
|
width: auto;
|
||
|
}
|
||
|
#text-logo {
|
||
|
bottom: 0.75cm;
|
||
|
right: 0.75cm;
|
||
|
height: 2.5cm;
|
||
|
}
|
||
|
#header-logo {
|
||
|
top: 1cm;
|
||
|
left: -2.5cm;
|
||
|
height: 3cm;
|
||
|
transform: rotate(350deg);
|
||
|
}
|