4
4
*/
5
5
6
6
@font-face {
7
- font-family : " Open Sans" ;
7
+ font-family : ' Open Sans' ;
8
8
font-style : normal;
9
9
font-weight : 300 ;
10
10
src : url ('../../../../fonts/opensans/light/opensans-300.woff2' ) format ('woff2' ), url ('../../../../fonts/opensans/light/opensans-300.woff' ) format ('woff' );
11
11
}
12
12
13
13
@font-face {
14
- font-family : " Open Sans" ;
14
+ font-family : ' Open Sans' ;
15
15
font-style : normal;
16
16
font-weight : 400 ;
17
17
src : url ('../../../../fonts/opensans/regular/opensans-400.woff2' ) format ('woff2' ), url ('../../../../fonts/opensans/regular/opensans-400.woff' ) format ('woff' );
18
18
}
19
19
20
20
@font-face {
21
- font-family : " Open Sans" ;
21
+ font-family : ' Open Sans' ;
22
22
font-style : normal;
23
23
font-weight : 600 ;
24
24
src : url ('../../../../fonts/opensans/semibold/opensans-600.woff2' ) format ('woff2' ), url ('../../../../fonts/opensans/semibold/opensans-600.woff' ) format ('woff' );
25
25
}
26
26
27
27
@font-face {
28
- font-family : " Open Sans" ;
28
+ font-family : ' Open Sans' ;
29
29
font-style : normal;
30
30
font-weight : 700 ;
31
31
src : url ('../../../../fonts/opensans/bold/opensans-700.woff2' ) format ('woff2' ), url ('../../../../fonts/opensans/bold/opensans-700.woff' ) format ('woff' );
32
32
}
33
33
34
34
h1 {
35
35
color : # 333 ;
36
- font-family : " Open Sans" , " Helvetica Neue" , Helvetica, Arial, sans-serif;
36
+ font-family : ' Open Sans' , ' Helvetica Neue' , Helvetica, Arial, sans-serif;
37
37
font-size : 40px ;
38
38
font-style : normal;
39
39
font-weight : 300 ;
44
44
45
45
h2 {
46
46
color : # 333 ;
47
- font-family : " Open Sans" , " Helvetica Neue" , Helvetica, Arial, sans-serif;
47
+ font-family : ' Open Sans' , ' Helvetica Neue' , Helvetica, Arial, sans-serif;
48
48
font-size : 26px ;
49
49
font-style : normal;
50
50
font-weight : 300 ;
55
55
56
56
h3 {
57
57
color : # 333 ;
58
- font-family : " Open Sans" , " Helvetica Neue" , Helvetica, Arial, sans-serif;
58
+ font-family : ' Open Sans' , ' Helvetica Neue' , Helvetica, Arial, sans-serif;
59
59
font-size : 18px ;
60
60
font-style : normal;
61
61
font-weight : 600 ;
66
66
67
67
h4 {
68
68
color : # 333 ;
69
- font-family : " Open Sans" , " Helvetica Neue" , Helvetica, Arial, sans-serif;
69
+ font-family : ' Open Sans' , ' Helvetica Neue' , Helvetica, Arial, sans-serif;
70
70
font-size : 14px ;
71
71
font-style : normal;
72
72
font-weight : 700 ;
77
77
78
78
h5 {
79
79
color : # 333 ;
80
- font-family : " Open Sans" , " Helvetica Neue" , Helvetica, Arial, sans-serif;
80
+ font-family : ' Open Sans' , ' Helvetica Neue' , Helvetica, Arial, sans-serif;
81
81
font-size : 12px ;
82
82
font-style : normal;
83
83
font-weight : 700 ;
88
88
89
89
h6 {
90
90
color : # 333 ;
91
- font-family : " Open Sans" , " Helvetica Neue" , Helvetica, Arial, sans-serif;
91
+ font-family : ' Open Sans' , ' Helvetica Neue' , Helvetica, Arial, sans-serif;
92
92
font-size : 10px ;
93
93
font-style : normal;
94
94
font-weight : 700 ;
99
99
100
100
p {
101
101
color : # 333 ;
102
- font-family : " Open Sans" , " Helvetica Neue" , Helvetica, Arial, sans-serif;
102
+ font-family : ' Open Sans' , ' Helvetica Neue' , Helvetica, Arial, sans-serif;
103
103
font-size : 14px ;
104
104
font-style : normal;
105
105
font-weight : 400 ;
@@ -111,7 +111,7 @@ pre {
111
111
background-color : # f6f6f6 ;
112
112
border : 1px solid # ccc ;
113
113
color : # 111 ;
114
- font-family : Menlo, Monaco, Consolas, " Courier New" , monospace;
114
+ font-family : Menlo, Monaco, Consolas, ' Courier New' , monospace;
115
115
font-size : 12px ;
116
116
font-style : normal;
117
117
font-weight : 400 ;
@@ -123,7 +123,7 @@ pre {
123
123
.cms-content-important {
124
124
background-color : # f5f5f5 ;
125
125
color : # 333 ;
126
- font-family : " Open Sans" , " Helvetica Neue" , Helvetica, Arial, sans-serif;
126
+ font-family : ' Open Sans' , ' Helvetica Neue' , Helvetica, Arial, sans-serif;
127
127
font-size : 22px ;
128
128
font-style : normal;
129
129
font-weight : 300 ;
0 commit comments