mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
⚡ Switch to font source for open sans (#2220)
* switch to font source for open sans * add 700 font weight
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
const GoogleFontsPlugin = require('@beyonk/google-fonts-webpack-plugin');
|
||||
|
||||
module.exports = {
|
||||
chainWebpack: config => config.resolve.symlinks(false),
|
||||
// transpileDependencies: [
|
||||
@@ -12,14 +10,6 @@ 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'] },
|
||||
],
|
||||
}),
|
||||
],
|
||||
devServer: {
|
||||
disableHostCheck: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user