Skip to content

Commit 69d32ba

Browse files
committed
use concert one
1 parent 4cc885f commit 69d32ba

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

platforms/web/src/Landing.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
src: url(/concert_one_latin.woff2) format('woff2');
88
}
99

10+
body {
11+
font-family: "Concert One", sans-serif;
12+
}
13+
1014
.landing-container {
1115
min-height: 100vh;
1216
display: flex;
@@ -47,7 +51,6 @@
4751
font-size: 1.5rem;
4852
font-weight: 600;
4953
color: #333;
50-
font-family: 'Concert One', cursive;
5154
}
5255

5356
.nav-links {
@@ -90,7 +93,6 @@
9093
color: #1a1a1a;
9194
line-height: 1.2;
9295
margin-bottom: 1rem;
93-
font-family: 'Concert One', cursive;
9496
}
9597

9698
.hero-subtitle {
@@ -167,7 +169,6 @@
167169
font-size: 2rem;
168170
color: #1a1a1a;
169171
margin-bottom: 1rem;
170-
font-family: 'Concert One', cursive;
171172
}
172173

173174
.use-case-content p {
@@ -188,7 +189,6 @@
188189
color: #1a1a1a;
189190
text-align: center;
190191
margin-bottom: 0.5rem;
191-
font-family: 'Concert One', cursive;
192192
}
193193

194194
.featured-subtitle {
@@ -235,7 +235,6 @@
235235
font-size: 1.3rem;
236236
color: #1a1a1a;
237237
margin-bottom: 0.75rem;
238-
font-family: 'Concert One', cursive;
239238
}
240239

241240
.card-description {

0 commit comments

Comments
 (0)