kontur / fontsampler-wordpress-plugin

A Wordpress plugin that let's users interactively preview and test webfonts
http://fontsampler.johannesneumeier.com
GNU General Public License v3.0
39 stars 8 forks source link

Custom css generation faulty #92

Closed kontur closed 7 years ago

kontur commented 7 years ago

Not quite sure but there is some confusing bug when writing new css files on the fly. A standalone page with one fontsampler and missing custom css file will correctly write the css file, whereas a page with several fontsamplers and missing custom css files will sometimes write correctly named css files but with the selectors of other fontsampler on the page.

Highest priority atm.

kontur commented 7 years ago

Fixed in hotfix 0.2.5; this was caused by a problem with the internal less cache on when more than one css file was create on the fly in one page load.