Skip to content

Commit 0a6b56b

Browse files
feat: update font-family to 'Karla' for consistency across styles
1 parent 9eba89f commit 0a6b56b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

UIs/Merchants/src/index.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
}
4343

4444
:root {
45-
font-family: 'Poppins', sans-serif;
45+
font-family: 'Karla', sans-serif;
4646
font-synthesis: none;
4747
text-rendering: optimizeLegibility;
4848
-webkit-font-smoothing: antialiased;
@@ -123,7 +123,7 @@
123123
body {
124124
@apply bg-background text-foreground;
125125
margin: 0;
126-
font-family: 'Poppins', sans-serif;
126+
font-family: 'Karla', sans-serif;
127127
}
128128
:-webkit-scrollbar {
129129
width: 10px;
@@ -153,27 +153,27 @@
153153
.font-light,
154154
.font-medium,
155155
.font-normal {
156-
font-family: 'Poppins', sans-serif;
156+
font-family: 'Karla', sans-serif;
157157
}
158158

159159
.font-semibold,
160160
.font-bold,
161161
.font-extrabold,
162162
.font-black {
163-
font-family: 'Montserrat', sans-serif;
163+
font-family: 'Karla', sans-serif;
164164
}
165165

166166
.font-weight-200,
167167
.font-weight-300,
168168
.font-weight-400 {
169-
font-family: 'Poppins', sans-serif;
169+
font-family: 'Karla', sans-serif;
170170
}
171171

172172
.font-weight-500,
173173
.font-weight-600,
174174
.font-weight-700,
175175
.font-weight-800,
176176
.font-weight-900 {
177-
font-family: 'Montserrat', sans-serif;
177+
font-family: 'Karla', sans-serif;
178178
}
179179
}

0 commit comments

Comments
 (0)