This repository has been archived on 2020-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
sp4ke.github.com/app/less/variables.less
Chakib (spike) Benziane 287ce3f2fe base layout/design/colors
2013-01-15 16:19:31 +01:00

14 lines
359 B
Plaintext

@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('http://fonts.googleapis.com/css?family=Gentium+Book+Basic');
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
@textFont: "Open Sans";
@titleFont: "Lato";
@orange: #ef4723;
@darkGrey: #222;
@white: rgb(247, 247, 247);