Remove font, offline build now possible
This commit is contained in:
parent
1beddd7872
commit
1fc69fa132
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
@import "node_modules/bootstrap/less/bootstrap";
|
||||
@import "node_modules/bootstrap/less/theme";
|
||||
@import "node_modules/ionicons-pre/less/ionicons";
|
||||
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,700);
|
||||
// @import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,700);
|
||||
@import (inline) "node_modules/animate.css/animate.css";
|
||||
@import (inline) "node_modules/normalize.css/normalize.css";
|
||||
|
||||
|
@ -48,7 +48,7 @@ ol , ul{
|
|||
.index {
|
||||
#header {
|
||||
height: 100vh;
|
||||
background: url(../img/header-bg.png);
|
||||
background: #232323;
|
||||
background-size: cover;
|
||||
background-position: fixed;
|
||||
.jumbotron {
|
||||
|
|
Reference in a new issue