Fix issue with Material Icons and angular/cli-1.6.4

This commit is contained in:
ziajka 2018-01-18 10:51:17 +01:00
parent b69b0c7db4
commit 442666fd50
2 changed files with 6 additions and 3 deletions

View File

@ -18,6 +18,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<!--
angular/angular-cli has an issue with handling imports with leading ~ (like: @import '~https://url.url';)
#Ref. https://github.com/angular/angular-cli/issues/9181
/* @TODO: make Material Icons self hosted */
//-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto+Slab:400,700" type="text/css">

View File

@ -1,6 +1,3 @@
/* @TODO: make icons self hosted */
@import '~https://fonts.googleapis.com/icon?family=Material+Icons';
img.logo-header {
width: 50px;
}