Similar to #23 this library attempts to perform operations on paths that it should not.
On systems where the filesystem is not writable, get_base_path() will attempt to load $this->get_filesystem()->wp_content_dir() which will return falsey, and ultimately will cause the rest of the library to attempt to modify files in /fonts/.....css - That is, the root directory of the unix system, /fonts/ not /fonts/ in the WP_CONTENT_DIR folder.
Similar to #23 this library attempts to perform operations on paths that it should not.
On systems where the filesystem is not writable,
get_base_path()will attempt to load$this->get_filesystem()->wp_content_dir()which will return falsey, and ultimately will cause the rest of the library to attempt to modify files in/fonts/.....css- That is, the root directory of the unix system,/fonts/not/fonts/in the WP_CONTENT_DIR folder.