Warning, file /plasma/plasma-integration/src/platformtheme/fonts_kate.pl was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #! /usr/bin/perl
0002 
0003 use strict;
0004 
0005 while (<>)
0006 {
0007     chomp;
0008     s/Font=Oxygen\ Mono/Font=Hack/;
0009     print "$_\n";
0010 }