File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
7
8
+ < link rel ="preconnect " href ="https://fonts.googleapis.com " />
9
+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
10
+ < link
11
+ href ="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Lato&display=swap "
12
+ rel ="stylesheet "
13
+ />
14
+
8
15
< link rel ="stylesheet " href ="style.css " />
9
16
< title > Lisbon Chair Shop</ title >
10
17
</ head >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ FONT SIZE SYSTEM (px)
16
16
/* GENERAL STYLES */
17
17
/* ------------------------ */
18
18
body {
19
- font-family : sans-serif;
19
+ font-family : "Inter" , sans-serif;
20
20
}
21
21
22
22
.container {
@@ -31,6 +31,9 @@ section {
31
31
32
32
h2 {
33
33
margin-bottom : 48px ;
34
+ font-size : 36px ;
35
+ letter-spacing : -0.5px ;
36
+ /* 24 / 30 / 36 */
34
37
}
35
38
36
39
.grid-3-cols {
@@ -57,10 +60,16 @@ header {
57
60
58
61
h1 {
59
62
margin-bottom : 24px ;
63
+ font-size : 44px ;
64
+ line-height : 1.1 ;
65
+ letter-spacing : -1px ;
66
+ /* 44 / 52 / 62 */
60
67
}
61
68
62
69
.header-text {
63
70
margin-bottom : 24px ;
71
+ font-size : 18px ;
72
+ line-height : 1.7 ;
64
73
}
65
74
66
75
img {
73
82
74
83
.features-title {
75
84
margin-bottom : 16px ;
85
+ font-size : 20px ;
76
86
}
77
87
78
88
.features-text {
89
+ font-size : 18px ;
90
+ line-height : 1.7 ;
79
91
}
80
92
81
93
/* TESTIMONIAL */
@@ -89,11 +101,15 @@ img {
89
101
90
102
.testimonial-box h2 {
91
103
margin-bottom : 24px ;
104
+ font-size : 24px ;
105
+ /* 20 / 24 / 30 */
92
106
}
93
107
94
108
.testimonial-text {
95
109
font-style : italic;
96
110
margin-bottom : 24px ;
111
+ font-size : 18px ;
112
+ line-height : 1.7 ;
97
113
}
98
114
99
115
/* CHAIRS */
@@ -103,6 +119,7 @@ img {
103
119
104
120
h3 {
105
121
margin-bottom : 24px ;
122
+ font-size : 20px ;
106
123
}
107
124
108
125
.chair-details {
@@ -127,8 +144,10 @@ h3 {
127
144
.chair-price {
128
145
display : flex;
129
146
justify-content : space-between;
147
+ font-size : 20px ;
130
148
}
131
149
132
150
footer {
133
151
margin-bottom : 48px ;
152
+ font-size : 14px ;
134
153
}
You can’t perform that action at this time.
0 commit comments