Bundle fonts in assets.

Closes https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/issues/16.
This commit is contained in:
Luke Murphy
2017-09-24 00:16:20 +02:00
parent f35a88f2b1
commit 5545b87d65
2 changed files with 40 additions and 4 deletions

View File

@ -4,7 +4,7 @@
@import 'libs/functions';
@import 'libs/mixins';
@import "libs/_font-awesome/font-awesome";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic');
@import url("../fonts/opensans-google.css");
/*
Spectral by HTML5 UP
@ -185,7 +185,7 @@ body.landing {
#page-wrapper {
padding-top: 0;
}
#footer {
background-color: darken(transparentize(_palette(bg), 0.1), 8);
}
@ -204,9 +204,9 @@ body.is-mobile {
background-repeat: no-repeat;
background-size: cover;
}
#footer {
background-color: darken(_palette(bg), 8);
}
}
}
}