How to add new font-face in kibana plugin v6.7?

Hi,
I'm trying to import the font-face in kibana plugin.
It throwing the error like this. :frowning:
ERROR in ./plugins/myplugin/public/components/font/font.css
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleNotFoundError: Module not found: Error: Can't resolve './Roboto-Bold-webfont.eot' in '/home/kibana/plugins/myplugin/public/components/font'

Thanks in advance :slight_smile:

Hi there, it looks like it's looking for /home/kibana/plugins/myplugin/public/components/font/Roboto-Bold-webfont.eot. Can you confirm that file exists?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.