update fonts
This commit is contained in:
parent
15a5b584d5
commit
2ad7b5e962
@ -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 {
|
||||
|
||||
BIN
assets/images/uploads/favicon_1775580741_smo_favicon.jpg
Normal file
BIN
assets/images/uploads/favicon_1775580741_smo_favicon.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
BIN
assets/images/uploads/logo_1775580741_smo_logo.jpg
Normal file
BIN
assets/images/uploads/logo_1775580741_smo_logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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(); ?>
|
||||
Loading…
x
Reference in New Issue
Block a user