It's any .TTF fonts on my system -- I don't think I have a single TTF in the .List() that works.
I'd like to use the Name and Family for a little font-inspector with a web frontend.
I'd like to use the .Match(name) func to autocomplete the font-family CSS attribute to take the frustration out of trying to nail the whitespace and little variations one has to do to get the web-compatible names of fonts.
Any ideas?
It's any .TTF fonts on my system -- I don't think I have a single TTF in the
.List()that works.I'd like to use the Name and Family for a little font-inspector with a web frontend.
I'd like to use the
.Match(name)func to autocomplete thefont-familyCSS attribute to take the frustration out of trying to nail the whitespace and little variations one has to do to get the web-compatible names of fonts.Any ideas?