We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce8b26 commit 59341b9Copy full SHA for 59341b9
src/globalStyles.ts
@@ -4,9 +4,8 @@ import { GrafanaTheme2 } from '@grafana/data';
4
import 'ol/ol.css';
5
import 'ol-ext/dist/ol-ext.css';
6
import "bootstrap-icons/font/bootstrap-icons.css";
7
-// Load directly when plugin
8
-// import 'static/css/fontmaki2.css'; // Are handled in the webpack.config file and are copied anyways
9
-// import 'static/css/fontmaki.css';
+import 'static/css/fontmaki2.css';
+import 'static/css/fontmaki.css';
10
11
/**
12
* Will be loaded *after* the css above
0 commit comments