mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
🔀 Merge branch 'master' of github.com:n8n-io/n8n
This commit is contained in:
commit
8a0c0115e5
|
@ -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'] },
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue