import registerGoogleFontsHandler from './google-fonts' import registerVariableGoogleFontsHandler from './variable-google-fonts' export default () => { registerGoogleFontsHandler() registerVariableGoogleFontsHandler() }