This commit is contained in:
j 2023-08-17 12:42:22 +02:00
parent 7a37be546c
commit c521f8cdb8

View file

@ -1,6 +1,11 @@
:root {
--fg: rgb(240, 240, 240);
}
@font-face {
font-family: "wrong font";
src: url("https://files.pad.ma/ttf/wrongfont.woff") format("woff");
}
header, footer {
max-width: 1000px;
padding-top: 16px;
@ -11,6 +16,7 @@ header {
a {
color: yellow;
text-decoration: none;
font-family: "wrong font";
}
display: flex;
div {