forked from maithemewp/mai-law-pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
75 lines (54 loc) · 1.62 KB
/
style.css
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
/**
* Theme Name: Mai Law Pro
* Description: Mai Law Pro is a custom child theme for The Genesis Framework.
* Author: Mike Hemberger, BizBudding Inc
* Author URI: https://bizbudding.com/
* Version: 1.0.0
*
* Template: genesis
*
* License: GPL-2.0+
* License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents
- Defaults
- Media Queries (mobile-first)
- Media Queries (mobile-second)
*/
/* # Defaults
---------------------------------------------------------------------------------------------------- */
body {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300;
}
h1,
.banner-title,
.heading,
.widget-title,
.widgettitle {
font-family: 'Roboto Slab', serif;
font-weight: 700;
letter-spacing: 1px;
}
h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;
font-weight: 400;
}
.heading {
text-align: inherit;
}
.genesis-nav-menu a {
font-weight: normal;
}
/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 545px) {}
@media only screen and (min-width: 769px) {}
@media only screen and (min-width: 993px) {}
@media only screen and (min-width: 1160px) {}
/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1159px) {}
@media only screen and (max-width: 992px) {}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 544px) {}