Merge pull request #59275 from bruvzg/ft_brotli

This commit is contained in:
Rémi Verschelde 2022-03-22 12:47:00 +01:00 committed by GitHub
commit 2a116f601b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 14447 additions and 3 deletions

View file

@ -52,7 +52,7 @@ void ResourceImporterDynamicFont::get_recognized_extensions(List<String> *p_exte
p_extensions->push_back("ttf");
p_extensions->push_back("otf");
p_extensions->push_back("woff");
//p_extensions->push_back("woff2");
p_extensions->push_back("woff2");
p_extensions->push_back("pfb");
p_extensions->push_back("pfm");
#endif