options->JCustomFont, 'woff2') !== false) { $format = 'woff2'; } elseif (strpos($this->options->JCustomFont, 'woff') !== false) { $format = 'woff'; } elseif (strpos($this->options->JCustomFont, 'ttf') !== false) { $format = 'truetype'; } elseif (strpos($this->options->JCustomFont, 'eot') !== false) { $format = 'embedded-opentype'; } elseif (strpos($this->options->JCustomFont, 'svg') !== false) { $format = 'svg'; } ?>