Screens:
PixelMplus10-Regular.png
PixelMplus12-Regular.png
Credits:
itouhiroはてなブログ
(http://itouhiro.hatenablog.com/entry/20130602/font)
Options:
- PixelMplus10-Bold.ttf
- PixelMplus10-Regular.ttf
- PixelMplus12-Bold.ttf
- PixelMplus12-Regular.ttf
Download:
https://github.com/nanoeru/fondot/tree/ ... s-20130602
After downloading copy to the fonts folder of your project.
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;
}
Replace "mplus-1m-regular.ttf" with the name of the source file you copied, for example:
Code:
src: url("PixelMplus12-Regular.ttf");
Result:
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;
}
Save the file, you can delete the original font.