We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 780e564 + ff5e4fa commit 19fa29bCopy full SHA for 19fa29b
1 file changed
wptt-webfont-loader.php
@@ -419,6 +419,7 @@ public function get_remote_files_from_css() {
419
420
// Add the file URL.
421
$font_family_url = rtrim( ltrim( $match[0], 'url(' ), ')' );
422
+ $font_family_url = str_replace( '"', '', $font_family_url );
423
424
// Make sure to convert relative URLs to absolute.
425
$font_family_url = $this->get_absolute_path( $font_family_url );
0 commit comments