Bundle fonts in assets.
Closes https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/issues/16.
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user