-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathstyle.scss
40 lines (36 loc) · 976 Bytes
/
style.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*
Theme Name: Storechild
Theme URI: http://www.woothemes.com/products/storechild/
Description: A storefront child theme starter.
Author: WooThemes
Author URI: http://woothemes.com
Template: storefront
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, left-sidebar, responsive-layout, accessibility-ready
Text Domain: storechild
*/
@import 'bourbon';
@import 'susy';
@import '../storefront/assets/sass/utils/variables';
@import '../storefront/assets/sass/vendors/font-awesome/variables';
@import '../storefront/assets/sass/vendors/font-awesome/mixins';
$font_headings: 'Alegreya Sans', sans-serif;
$font_body: 'Alegreya', serif;
body,
button,
input,
select,
textarea {
font-family: $font_body;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: $font_headings;
font-weight: 900;
}