- Joined
- Aug 18, 2012
- Messages
- 36
- Reaction score
- 11
- First Language
- Portuguese
- Primarily Uses
- N/A
Images:
PixelMplus10-Regular.png
PixelMplus12-Regular.png
Credits:
itouhiroはてなブログ
(http://itouhiro.hatenablog.com/entry/20130602/font)
Download:
https://github.com/nanoeru/fondot/tree/master/PixelMplus-20130602
- PixelMplus10-Bold.ttf
- PixelMplus10-Regular.ttf
- PixelMplus12-Bold.ttf
- PixelMplus12-Regular.ttf
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;
}
Code:
src: url("PixelMplus12-Regular.ttf");
Code:
@font-face {
font-family: GameFont;
src: url("PixelMplus12-Regular.ttf");
}
.IIV::-webkit-media-controls-play-button,
video::-webkit-media-controls-start-playback-button {
opacity: 0;
pointer-events: none;
width: 5px;
}

