Skip to content

Instantly share code, notes, and snippets.

@marcus-downing
marcus-downing / list_used_fonts.jsx
Created May 23, 2012 22:43
List the fonts used in all the Illustrator files in a folder
/*
List the fonts
This shows you all the fonts used in all the Illustrator files in a folder,
even if the fonts aren't installed on your system.
You can then replace them with this script: https://gist.github.com/2778305
*/
function getAllFiles(folder) {
var fileList = [];
function recurse (folder) {