8 lines
168 B
CSS
8 lines
168 B
CSS
* {
|
|
font-family: "definitelydoesnotexist";
|
|
font-size: 10pt;
|
|
font-stretch: initial;
|
|
font-style: initial;
|
|
font-variant-caps: initial;
|
|
font-weight: initial;
|
|
}
|