If you want to integrate another local, font you have to add some dependencies and update the webconfig files.
- Be sure you have done the preparations for customizing
- Add the
file-loader
dependency by running this command: npm install --save-dev file-loader
from the theme folder
- Open the file
webpack.config.js
from the theme folder
- Add the following code to the module rules
- Save the changes