heres how i put the pixelart font on my page :)

<style>
  @import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
  * {
    font-family: "Press Start 2P", cursive;
  }
</style>


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )