update fonts

This commit is contained in:
Flatlogic Bot 2026-04-07 17:29:38 +00:00
parent 15a5b584d5
commit 2ad7b5e962
6 changed files with 4 additions and 11 deletions

View File

@ -27,8 +27,8 @@ html {
body.app-shell {
background: var(--bg);
color: var(--text);
font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
font-size: 15px;
font-family: 'Cairo', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
font-size: 14px;
}
body.rtl {

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View File

@ -11,7 +11,6 @@ render_nav('catalog.php');
<div class="container">
<div class="section-header mb-4">
<div>
<span class="eyebrow"><?= h(t('Catalog', 'الكتالوج')) ?></span>
<h1 class="section-title mb-2"><?= h(t('Explore subjects and live cohorts', 'استكشف المواد والمجموعات المباشرة')) ?></h1>
<p class="text-secondary mb-0"><?= h(t('Filter the catalog, review teachers, and open a subject detail page with modules and Meet access.', 'قم بتصفية الكتالوج ومراجعة المعلمين وفتح صفحة تفاصيل المادة مع الوحدات والوصول إلى Meet.')) ?></p>
</div>

View File

@ -605,7 +605,7 @@ if (!empty($prof['favicon_path'])):
<meta name="author" content="<?= h(app_name()) ?>" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="<?= h(asset_url('assets/css/custom.css')) ?>">
</head>

View File

@ -11,15 +11,9 @@ render_nav('pricing.php');
<div class="container">
<div class="section-header mb-4">
<div>
<span class="eyebrow"><?= h(t('Pricing', 'التسعير')) ?></span>
<h1 class="section-title mb-2"><?= h(t('Choose the plan that unlocks your classroom experience', 'اختر الخطة التي تفتح تجربة الفصل لديك')) ?></h1>
<p class="text-secondary mb-0"><?= h(t('Plan-based subscriptions work across the entire marketplace, with bilingual delivery and live sessions included.', 'تعمل الاشتراكات المعتمدة على الخطط عبر المنصة كاملة مع تقديم ثنائي اللغة وجلسات مباشرة مشمولة.')) ?></p>
</div>
<div class="integration-rail">
<span class="mini-tag">Thawani</span>
<span class="mini-tag">Wablas</span>
<span class="mini-tag">Google Meet</span>
</div>
</div>
<div class="row g-3">
<?php foreach ($plans as $plan): ?>
@ -51,4 +45,4 @@ render_nav('pricing.php');
</div>
</div>
</main>
<?php render_footer(); ?>
<?php render_footer(); ?>