Vale ya lo he encontrado activando la opción ver archivos ocultos.
Os dejo un captura completa del archivo, no tengo ni idea de cómo interpretarlo.
Cita: # BEGIN AnyFont
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^images/(.*)\.png$ /wp-content/plugins/anyfont/img.php [L]
</IfModule>
# END AnyFont
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress