forked from mobilevis/mobilevis.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.scss
22 lines (15 loc) · 936 Bytes
/
main.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
# Only the main Sass file needs front matter (the dashes are enough)
---
@charset "utf-8";
// Variables to modify font folders
$fa-font-path: "../fonts/font-awesome";
// Import partials from `sass_dir` (defaults to `_sass`)
@import "font-awesome/font-awesome";
@import "minima";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600');
body { font: 400 16px/1.5 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; color: #111; background-color: #fdfdfd; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; }
.site-title { font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 600; line-height: 44px; letter-spacing: -1px; margin-bottom: 0; float: left; }
.footer-heading {
display: none;
}