Get grep: http://www.gnu.org/software/grep/
Works reasonably well, although some files may have font properties without the word “Font” (capitalization matters).
Open CMD prompt
dir Desktop (or whatever target directory)
grep -L Font *.pdf > list_of_files.txt
-L = only return file names that do not match
-r = Recursive