Quote:
Originally Posted by Ntress
|
You have an indentation problem as Owl_ already suggested. The line
Code:
- ReplaceString: {Offset: 0x36, Find: "Georgia ", Replace: "CODE2000", MustMatchLength: yes}
needs to be indented with 2 leading spaces so that its first dash lines up with the first dash of the previous
Code:
- FindReplaceString:
earlier in the same patch. When you un-commented the font-family customisation, all you needed to do was delete the first # character.