text font fixed
This commit is contained in:
@@ -32,7 +32,7 @@ export function Statistics() {
|
||||
{stats.map((stat, index) => (
|
||||
<div key={index} className="flex flex-col items-center justify-center py-10 sm:py-20 lg:py-15 border-b-red-600 border-b">
|
||||
{/* Number and Symbol */}
|
||||
<div className="flex items-baseline gap-2">
|
||||
<div className="flex items-baseline gap-2 font-almarai">
|
||||
<span className="text-4xl sm:text-5xl lg:text-6xl font-bold text-white">
|
||||
{stat.number}
|
||||
</span>
|
||||
@@ -40,7 +40,7 @@ export function Statistics() {
|
||||
</div>
|
||||
|
||||
{/* Label */}
|
||||
<p className="text-sm sm:text-base text-gray-300 mt-4 text-center font-medium">
|
||||
<p className="font-almarai text-sm sm:text-base text-gray-300 mt-4 text-center font-medium">
|
||||
{stat.label}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user