Replying to

sorry for all the deleted posts, I kept trying to revise my reply in your other thread. ANYWAY

that second font-family attribute is supposed to go under "body".

f00f the f00fy 1728775533358
Comment

so like this??


body:before { @font-face { font-family: "Zpix"; src: url("https://db.onlinewebfonts.com/t/a760859010799a39cb3cf1960073320a.eot"); font-family: Zpix, sans-serif; } content: ''; position: fixed; bottom:-150px; right: -100px; width: 400px; height: 400px; background-image: url(https://files.catbox.moe/wbb6a9.webp); background-size: contain; background-repeat: no-repeat; z-index: 1000; pointer-events: none; }

twilight 1728775612658

Reactions

Replies
Add a reply

no, not the entire @font-face query, I mean like this:

@font-face {
font-family: "Zpix";
src: url("https://db.onlinewebfonts.com/t/a760859010799a39cb3cf1960073320a.eot");
}

body {
  font-family: Zpix, sans-serif;
}

[the body::before stuff you had previously]
f00f the f00fy 1728775744124
1

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue