The plugin also creates the font request in the header to autoload the fonts if you'd name.
Once installed the list of Google Fonts will be accessed from static issue included in the plugin.
If you will name the list to be pulled from Google API you will need to define API key.
If you will name to hard-code API key and disable users from seeing the driver screen and setting board you can define ACFGFS API KEY constant.. define ' ACFGFS API KEY 'your google api key.
ACFGFS REFRESH constant can controls how also the plugin rechecks Google API for updates.
If you will name to disable the manual enqueueing of fonts you can use ACFGFS NOENQUEUE constant.
If you want to modify the fonts that are loaded on page you can use the acfgfs enqueued fonts filter.
New in 3.0.1 is the power to control the fonts displayed in the dropdown.
If you only want to give your users access to number of Google fonts you can use the acfgfs font dropdown array filter to modify the variety that is used to generate the dropdown.
Please return variety where the key and the value are both the names of the add filter 'acfgfs font dropdown array my font list $fonts { $fonts = 'Raleway => 'Raleway 'Lato => 'Lato return $fonts }....
Read more