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