From 442666fd50a64528997bbc1b45031849ca264878 Mon Sep 17 00:00:00 2001 From: ziajka Date: Thu, 18 Jan 2018 10:51:17 +0100 Subject: [PATCH] Fix issue with Material Icons and angular/cli-1.6.4 --- src/index.html | 6 ++++++ src/styles.css | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/index.html b/src/index.html index 9c999545..562bcc04 100644 --- a/src/index.html +++ b/src/index.html @@ -18,6 +18,12 @@ + + diff --git a/src/styles.css b/src/styles.css index 5723d03e..f817859b 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,6 +1,3 @@ -/* @TODO: make icons self hosted */ -@import '~https://fonts.googleapis.com/icon?family=Material+Icons'; - img.logo-header { width: 50px; }