Skip to content

Commit

Permalink
i18n(ar): Fix multiline description formatting in "Custom Fonts" guide
Browse files Browse the repository at this point in the history
- Corrected the multiline formatting for the `description` field in the Arabic "Custom Fonts" guide.
- Used proper YAML syntax for multiline values to ensure correct parsing and rendering.
  • Loading branch information
ahmed-n-abdeltwab committed Jan 10, 2025
1 parent 20cb6f8 commit 27764a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/ar/guides/fonts.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: استخدام الخطوط المخصصة
description: >-
هل ترغب في إضافة خطوط مخصصة إلى موقع ويب Astro؟ يمكنك استخدام Google Fonts مع Fontsource أو إضافة أي خط من اختيارك بسهولة.

description: >
هل ترغب في إضافة خطوط مخصصة إلى موقع ويب Astro؟
يمكنك استخدام Google Fonts مع Fontsource أو إضافة أي خط من اختيارك بسهولة.
i18nReady: true
---
import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro';
Expand Down

0 comments on commit 27764a1

Please sign in to comment.