Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Lol! Did you embed your font in the game? If you didn't, it might've chosen a standard Windows font for me instead.

(1 edit) (+1)

local code plays funni prank on dev who just went "oh ok, the font changed," and moved on xD

@font-face{

font-family: "Rowdies", cursive;

src: url("https://fonts.googleapis.com/css2?family=Rowdies:wght@300&display=swap");

}

body {

 background-color: black;

 color: white;

 font-family: "Rowdies", cursive;

 font-size: 125%;

}

genuinely no idea if it worked and it just looks extremely similar to comic sans or if comic sans magically apparated in my game but ill take either outcome bc its funny lmao