🔀 Merge branch 'master' of github.com:n8n-io/n8n

This commit is contained in:
Jan Oberhauser 2021-09-17 22:50:13 +02:00
commit 8a0c0115e5

View file

@ -14,6 +14,7 @@ module.exports = {
configureWebpack: {
plugins: [
new GoogleFontsPlugin({
apiUrl: 'https://n8n-google-fonts-helper.herokuapp.com/api/fonts',
fonts: [
{ family: 'Open Sans', variants: ['300', '400', '600', '700'] },
],