Retro font text for Rpg Maker MV

Started by Crixus, March 15, 2019, 11:32:11 pm

Previous topic - Next topic

Crixus



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/master/PixelMplus-20130602

After downloading copy to the fonts folder of your project.
In that same folder open the file gamefont.css:
Code: text
@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: text
src: url("PixelMplus12-Regular.ttf");


Result:
Code: text
@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.