diff --git a/css/main.css b/css/main.css index d6de2eef..ae0fa4da 100644 --- a/css/main.css +++ b/css/main.css @@ -7,6 +7,7 @@ body, html { font-family: "helvetica-neue"; + font-weight: 200px; color: #fff; font-size: 75px; } @@ -106,11 +107,11 @@ body, html { @font-face { font-family: 'helvetica-neue'; - src: url('../font/helvetica-neue-webfont.eot'); - src: url('../font/helvetica-neue-webfont.eot?#iefix') format('embedded-opentype'), - url('../font/helvetica-neue-webfont.woff') format('woff'), - url('../font/helvetica-neue-webfont.ttf') format('truetype'), - url('../font/helvetica-neue-webfont.svg#helvetica-neue-webfontRg') format('svg'); + src: url('font/helvetica-neue-webfont.eot'); + src: url('font/helvetica-neue-webfont.eot?#iefix') format('embedded-opentype'), + url('font/helvetica-neue-webfont.woff') format('woff'), + url('font/helvetica-neue-webfont.ttf') format('truetype'), + url('font/helvetica-neue-webfont.svg#helvetica-neue-webfontRg') format('svg'); font-weight: normal; font-style: normal; } \ No newline at end of file diff --git a/index.php b/index.php index 17d5c293..fff90db9 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,9 @@ Magic Mirror - +