If you want to integrate another local, font you have to add some dependencies and update the webconfig files.

  1. Be sure you have done the preparations for customizing
  2. Add the file-loader dependency by running this command: npm install --save-dev file-loader from the theme folder
  3. Open the file webpack.config.js from the theme folder
  4. Add the following code to the module rules
  5. Save the changes