angular-cli RC 1 has removed addons in the .angular-cli.json file. Before I was doing this:
    "addons": [
    "../node_modules/font-awesome/css/fontawesome-webfont.woff"
  ],
So now when the addons tag has been removed how do I import the webfonts?
