public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

Retro text Font + Instructions

BMM Archive · July 16, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: Retro text Font + Instructions
  • Original author: Thanatos
  • Original date: March 18, 2019
  • Source thread: https://forums.rpgmakerweb.com/threads/retro-text-font-instructions.106950/
  • Source forum path: Game Development Engines > RPG Maker Tutorials > RMMV Tutorials

Summary

{ "lightbox_close": "Close", "lightbox_next": "Next", "lightbox_previous": "Previous",

Archived First Post

PixelMplus12-Regular.png


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;
}

Change the src value by the font name copied to the folder, 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;
}

And finally save the file and test the game.

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

License / Terms Note

Credits: itouhiroはてなブログ (http://itouhiro.hatenablog.com/entry/20130602/font) Download:

Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#rpg-maker-archive#mv-tutorials

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar