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