3
3
// * All Rights Reserved.
4
4
// */
5
5
6
- .lib-font-face (
7
- @family-name : @font-family-name__base ,
8
- @font-path : ' @{baseDir} fonts/opensans/light/opensans-300' ,
9
- @font-style : normal ,
10
- @font-weight : @font-weight__light
11
- );
12
-
13
- .lib-font-face (
14
- @family-name : @font-family-name__base ,
15
- @font-path : ' @{baseDir} fonts/opensans/regular/opensans-400' ,
16
- @font-style : normal ,
17
- @font-weight : @font-weight__regular
18
- );
19
-
20
- .lib-font-face (
21
- @family-name : @font-family-name__base ,
22
- @font-path : ' @{baseDir} fonts/opensans/semibold/opensans-600' ,
23
- @font-style : normal ,
24
- @font-weight : @font-weight__semibold
25
- );
26
-
27
- .lib-font-face (
28
- @family-name : @font-family-name__base ,
29
- @font-path : ' @{baseDir} fonts/opensans/bold/opensans-700' ,
30
- @font-style : normal ,
31
- @font-weight : @font-weight__bold
32
- );
6
+ .lib-font-face (@family-name : @font-family-name__base , @font-path : ' @{baseDir} fonts/opensans/light/opensans-300' , @font-style : normal , @font-weight : @font-weight__light );
7
+
8
+ .lib-font-face (@family-name : @font-family-name__base , @font-path : ' @{baseDir} fonts/opensans/regular/opensans-400' , @font-style : normal , @font-weight : @font-weight__regular );
9
+
10
+ .lib-font-face (@family-name : @font-family-name__base , @font-path : ' @{baseDir} fonts/opensans/semibold/opensans-600' , @font-style : normal , @font-weight : @font-weight__semibold );
11
+
12
+ .lib-font-face (@family-name : @font-family-name__base , @font-path : ' @{baseDir} fonts/opensans/bold/opensans-700' , @font-style : normal , @font-weight : @font-weight__bold );
33
13
34
14
body {
35
- .lib-typography (
36
- @_color : @text__color ,
37
- @_font-family : @font-family__base ,
38
- @_font-size : @font-size__base ,
39
- @_font-style : @font-style__base ,
40
- @_font-weight : @font-weight__regular ,
41
- @_line-height : @line-height__base
42
- );
15
+ .lib-typography (@_color : @text__color , @_font-family : @font-family__base , @_font-size : @font-size__base , @_font-style : @font-style__base , @_font-weight : @font-weight__regular , @_line-height : @line-height__base );
43
16
}
44
17
45
18
.pagebuilder-stage {
@@ -50,79 +23,37 @@ body {
50
23
h1 {
51
24
margin : 0 0 40px ;
52
25
53
- .lib-typography (
54
- @_color : @color-gray20 ,
55
- @_font-family : false,
56
- @_font-size : 40px ,
57
- @_font-style : false,
58
- @_font-weight : @font-weight__light ,
59
- @_line-height : 44px
60
- );
26
+ .lib-typography (@_color : @color-gray20 , @_font-family : false, @_font-size : 40px , @_font-style : false, @_font-weight : @font-weight__light ,@_line-height : 44px );
61
27
}
62
28
63
29
h2 {
64
30
margin : 25px 0 20px ;
65
31
66
- .lib-typography (
67
- @_color : @color-gray20 ,
68
- @_font-family : false,
69
- @_font-size : 26px ,
70
- @_font-style : false,
71
- @_font-weight : @font-weight__light ,
72
- @_line-height : 1.1
73
- );
32
+ .lib-typography (@_color : @color-gray20 , @_font-family : false, @_font-size : 26px , @_font-style : false, @_font-weight : @font-weight__light , @_line-height : 1.1 );
74
33
}
75
34
76
35
h3 {
77
36
margin : 20px 0 10px ;
78
37
79
- .lib-typography (
80
- @_color : @color-gray20 ,
81
- @_font-family : false,
82
- @_font-size : 18px ,
83
- @_font-style : false,
84
- @_font-weight : @font-weight__semibold ,
85
- @_line-height : 1.1
86
- );
38
+ .lib-typography (@_color : @color-gray20 , @_font-family : false, @_font-size : 18px , @_font-style : false, @_font-weight : @font-weight__semibold , @_line-height : 1.1 );
87
39
}
88
40
89
41
h4 {
90
42
margin : 20px 0 ;
91
43
92
- .lib-typography (
93
- @_color : @color-gray20 ,
94
- @_font-family : false,
95
- @_font-size : 14px ,
96
- @_font-style : false,
97
- @_font-weight : @font-weight__bold ,
98
- @_line-height : 1.1
99
- );
44
+ .lib-typography (@_color : @color-gray20 , @_font-family : false, @_font-size : 14px , @_font-style : false, @_font-weight : @font-weight__bold , @_line-height : 1.1 );
100
45
}
101
46
102
47
h5 {
103
48
margin : 20px 0 ;
104
49
105
- .lib-typography (
106
- @_color : @color-gray20 ,
107
- @_font-family : false,
108
- @_font-size : 12px ,
109
- @_font-style : false,
110
- @_font-weight : @font-weight__bold ,
111
- @_line-height : 1.1
112
- );
50
+ .lib-typography (@_color : @color-gray20 , @_font-family : false, @_font-size : 12px , @_font-style : false, @_font-weight : @font-weight__bold , @_line-height : 1.1 );
113
51
}
114
52
115
53
h6 {
116
54
margin : 20px 0 ;
117
55
118
- .lib-typography (
119
- @_color : @color-gray20 ,
120
- @_font-family : false,
121
- @_font-size : 10px ,
122
- @_font-style : false,
123
- @_font-weight : @font-weight__bold ,
124
- @_line-height : 1.1
125
- );
56
+ .lib-typography (@_color : @color-gray20 , @_font-family : false, @_font-size : 10px , @_font-style : false, @_font-weight : @font-weight__bold , @_line-height : 1.1 );
126
57
}
127
58
128
59
//
0 commit comments