Merge pull request #59275 from bruvzg/ft_brotli
This commit is contained in:
commit
2a116f601b
32 changed files with 14447 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue