Skip to content

Instantly share code, notes, and snippets.

@yanwei07
Last active December 12, 2019 11:12
Show Gist options
  • Save yanwei07/55d34dc7094e0c3ac809c9f5153f2c85 to your computer and use it in GitHub Desktop.
Save yanwei07/55d34dc7094e0c3ac809c9f5153f2c85 to your computer and use it in GitHub Desktop.
Using offline Material icons and Roboto font in Electron app

first:

  1. npm install material-design-icons --save
  2. npm install typeface-roboto --save

Then go to main.js and import them
import 'material-design-icons/iconfont/material-icons.css'
import 'typeface-roboto/index.css'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment