Skip to content

Commit 1ce8b26

Browse files
committed
refactor: remove fontmaki.css import as it is handled in the webpack.config file
1 parent 5d09058 commit 1ce8b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/globalStyles.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import 'ol/ol.css';
55
import 'ol-ext/dist/ol-ext.css';
66
import "bootstrap-icons/font/bootstrap-icons.css";
77
// Load directly when plugin
8-
import 'static/css/fontmaki2.css';
9-
import 'static/css/fontmaki.css';
8+
// import 'static/css/fontmaki2.css'; // Are handled in the webpack.config file and are copied anyways
9+
// import 'static/css/fontmaki.css';
1010

1111
/**
1212
* Will be loaded *after* the css above

0 commit comments

Comments
 (0)