Please use the elementor/fonts/additional_fonts filter to hook additional fonts.
You'll need a Google fonts API key to fetch the current list.
Maybe make a Gulp function(like we've in our themes at Codestag) that'd automatically populate the list.
Better yet, during the compilation of the list, we can check what fonts exist in Elementor\Fonts::get_native_fonts() and generated our list based on that to keep it clean.
Hey @lushkant,
Please use the
elementor/fonts/additional_fonts
filter to hook additional fonts.Elementor\Fonts::get_native_fonts()
and generated our list based on that to keep it clean.