Jump to content

Pokemon Rejuvenation Fonts


Levi404

Recommended Posts

Hello, 

I would like to change the fonts of my game and have the Arial font instead of those of the game. 

I have read on other topics that I need to uninstall them, but I can't do it. 

Even if I delete them from the folder, it doesn't change anything. 

Does someone know how to uninstall them ? 

Thanks. 

 

Link to post
Share on other sites

I believe that the fonts in the Game folder are only there for installing them. To uninstall, you have to search in your system settings, or just search your PC for Fonts, you should immediately find it.

Link to post
Share on other sites
  • 1 month later...

go to your style.css in web folder.
 

body {
  max-width: 680px;
  font-family: Monospace;
  font-size: 16px; /* reset, specified in px so IE currentStyle works */
  background-color: #3B3131;
  color:  white;
  margin: 8px auto; 
  padding: 0 8px;

that’s my file put in font family your type letter .

You can get many font style about your game fonts at fonts for Instagram.

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...