Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

If it's using comic sans then something has gone seriously wrong with my code xD 


Game Haunted

(+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