After downloading, go to the folder of your project, access the folder fonts, copy the desired font into it.
In that same folder open the file gamefont.css:
Code:
@font-face { font-family: GameFont; src: url("mplus-1m-regular.ttf"); } .IIV::-webkit-media-controls-play-button, video::-webkit-media-controls-start-playback-button { opacity: 0; pointer-events: none; width: 5px; }
Change the src value by the font name copied to the folder, for example:
Code:
src: url("PixelMplus12-Regular.ttf");