Orange colors

* Add Open Sans to the stack
This commit is contained in:
Nishanth Shanmugham
2015-10-14 16:32:44 -05:00
parent e7c05bde28
commit 83bf38ddb2
3 changed files with 8 additions and 8 deletions

View File

@@ -11,14 +11,14 @@
@vspacing: @base-font-size*2;
@monospace-font-stack: ~"'Ubuntu Mono', 'Menlo', monospace";
@body-font-stack: ~"'Proxima Nova', 'Helvetica Neue', 'Arial', sans-serif";
@body-font-stack: ~"'ProximaNova', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif";
@heading-font-stack: ~"'Raleway', 'Helvetica Neue', 'Arial', sans-serif";
@special-font-stack-1: ~"'Raleway', 'Helvetica Neue', 'Arial', sans-serif";
@black: #444;
@gray: #999;
@accent: #0096cc; // jasonlong.me blue
@link-hover: #007199; // jasonlong.me hover blue
@accent: rgba(244,109,44,1); // jasonlong.me blue
@link-hover: rgba(222,90,29,1); // jasonlong.me hover blue
@background: #f7f7f7;
@compensated-black: #555;
@compensated-gray: #999;