title
This commit is contained in:
parent
7a37be546c
commit
c521f8cdb8
1 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue