Remove unused Google Fonts import

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-06-21 20:34:59 +02:00
parent 3b00601872
commit 515fed3db0
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
2 changed files with 0 additions and 2 deletions

View file

@ -1 +0,0 @@
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,300italic,300|Source+Serif+Pro|Source+Code+Pro:400,300,500&subset=latin,latin-ext);

View file

@ -132,7 +132,6 @@ module.exports = {
],
entry: {
font: path.join(__dirname, 'public/css/google-font.css'),
'font-pack': path.join(__dirname, 'public/css/font.css'),
common: [
'expose-loader?exposes[]=$&exposes[]=jQuery!jquery',