mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
Remove unused Google Fonts import
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
3b00601872
commit
515fed3db0
2 changed files with 0 additions and 2 deletions
|
@ -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);
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue