Skip to content

Commit a009bfb

Browse files
committed
تصحيح تضمين الخطوط
1 parent 926bf59 commit a009bfb

File tree

9 files changed

+9
-16
lines changed

9 files changed

+9
-16
lines changed

AboutUs/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<meta name="description" content="عن لغة البرمجة العربية ألف بنسختها الخامسة" />
1010
<link rel="shortcut icon" href="../Source/Assets/AlifLogo.svg" type="image/x-icon">
11-
<link rel="preload" as="font" type="font/woff2" href="../Source/Fonts/Tajawal-Bold.woff2" crossorigin />
12-
<link rel="preload" as="font" type="font/woff2" href="../Source/Fonts/Tajawal-Regular.woff2" crossorigin />
11+
<link rel="preload" as="font" type="font/woff2" href="../Source/Fonts/Tajawal-Medium.woff2" crossorigin />
1312
<link rel="stylesheet" href="../Source/Style/main-style.css" defer />
1413
<link rel="stylesheet" href="./aboutUs-style.css" defer />
1514
</head>

Contribution/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<meta name="description" content="تعليم لغة البرمجة العربية ألف بنسختها الخامسة">
1010
<link rel="shortcut icon" href="../Source/Assets/AlifLogo.svg" type="image/x-icon">
11-
<link rel="preload" as="font" type="font/woff2" href="Source/Fonts/Tajawal-Bold.woff2" crossorigin>
12-
<link rel="preload" as="font" type="font/woff2" href="Source/Fonts/Tajawal-Regular.woff2" crossorigin>
11+
<link rel="preload" as="font" type="font/woff2" href="../Source/Fonts/Tajawal-Medium.woff2" crossorigin>
1312
<link rel="stylesheet" href="../Source/Style/main-style.css" defer />
1413
<link rel="stylesheet" href="./contribution-style.css" defer />
1514
</head>

Docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<meta name="description" content="إرشادات و مستندات لغة البرمجة العربية ألف بنسختها الخامسة" />
1010
<link rel="shortcut icon" href="../Source/Assets/AlifLogo.svg" type="image/x-icon">
11+
<link rel="preload" as="font" type="font/woff2" href="../Source/Fonts/Tajawal-Medium.woff2" crossorigin>
1112
<link rel="stylesheet" href="../Source/Style/main-style.css" defer />
1213
<link rel="stylesheet" href="./docs-style.css" defer />
1314
<link rel="stylesheet" href="https://unpkg.com/aos@2.3.1/dist/aos.css" media="print" onload="this.media='all'">

Download/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<meta name="description" content="تحميل لغة البرمجة العربية ألف بنسختها الخامسة" />
1010
<link rel="shortcut icon" href="../Source/Assets/AlifLogo.svg" type="image/x-icon">
11-
<link rel="preload" as="font" type="font/woff2" href="../Source/Fonts/Tajawal-Bold.woff2" crossorigin />
12-
<link rel="preload" as="font" type="font/woff2" href="../Source/Fonts/Tajawal-Regular.woff2" crossorigin />
11+
<link rel="preload" as="font" type="font/woff2" href="../Source/Fonts/Tajawal-Medium.woff2" crossorigin />
1312
<link rel="stylesheet" href="../Source/Style/main-style.css" defer />
1413
<link rel="stylesheet" href="./download-style.css" defer />
1514
</head>

Learn/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<meta name="description" content="تعليم لغة البرمجة العربية ألف بنسختها الخامسة">
1010
<link rel="shortcut icon" href="../Source/Assets/AlifLogo.svg" type="image/x-icon">
11-
<link rel="preload" as="font" type="font/woff2" href="Source/Fonts/Tajawal-Bold.woff2" crossorigin>
12-
<link rel="preload" as="font" type="font/woff2" href="Source/Fonts/Tajawal-Regular.woff2" crossorigin>
11+
<link rel="preload" as="font" type="font/woff2" href="../Source/Fonts/Tajawal-Medium.woff2" crossorigin>
1312
<link rel="stylesheet" href="../Source/Style/main-style.css" defer />
1413
<link rel="stylesheet" href="./learn-style.css" defer />
1514
</head>

Libraries/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<meta name="description" content="مكتبات لغة البرمجة العربية ألف بنسختها الخامسة" />
1010
<link rel="shortcut icon" href="../Source/Assets/AlifLogo.svg" type="image/x-icon">
11-
<link rel="preload" as="font" type="font/woff2" href="../Source/Fonts/Tajawal-Bold.woff2" crossorigin />
12-
<link rel="preload" as="font" type="font/woff2" href="../Source/Fonts/Tajawal-Regular.woff2" crossorigin />
11+
<link rel="preload" as="font" type="font/woff2" href="../Source/Fonts/Tajawal-Medium.woff2" crossorigin />
1312
<link rel="stylesheet" href="../Source/Style/main-style.css" defer />
1413
<link rel="stylesheet" href="./libraries-style.css" defer />
1514
</head>

License/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<meta name="description" content="رخصة لغة البرمجة العربية ألف بنسختها الخامسة" />
1010
<link rel="shortcut icon" href="../Source/Assets/AlifLogo.svg" type="image/x-icon">
11-
<link rel="preload" as="font" type="font/woff2" href="../Source/Fonts/Tajawal-Bold.woff2" crossorigin />
12-
<link rel="preload" as="font" type="font/woff2" href="../Source/Fonts/Tajawal-Regular.woff2" crossorigin />
11+
<link rel="preload" as="font" type="font/woff2" href="../Source/Fonts/Tajawal-Medium.woff2" crossorigin />
1312
<link rel="stylesheet" href="../Source/Style/main-style.css" defer />
1413
<link rel="stylesheet" href="../AboutUs/aboutUs-style.css" defer />
1514
</head>

Support/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<meta name="description" content="دعم لغة البرمجة العربية ألف بنسختها الخامسة">
1010
<link rel="shortcut icon" href="../Source/Assets/AlifLogo.svg" type="image/x-icon">
11-
<link rel="preload" as="font" type="font/woff2" href="../Source/Fonts/Tajawal-Bold.woff2" crossorigin>
12-
<link rel="preload" as="font" type="font/woff2" href="../Source/Fonts/Tajawal-Regular.woff2" crossorigin>
11+
<link rel="preload" as="font" type="font/woff2" href="../Source/Fonts/Tajawal-Medium.woff2" crossorigin>
1312
<link rel="stylesheet" href="../Source/Style/main-style.css" defer />
1413
<link rel="stylesheet" href="./support-style.css" defer />
1514
</head>

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<meta name="description" content="لغة البرمجة العربية ألف بنسختها الخامسة">
1010
<link rel="shortcut icon" href="/Source/Assets/AlifLogo.svg" type="image/x-icon">
11-
<link rel="preload" as="font" type="font/woff2" href="Source/Fonts/Tajawal-Bold.woff2" crossorigin>
12-
<link rel="preload" as="font" type="font/woff2" href="Source/Fonts/Tajawal-Regular.woff2" crossorigin>
11+
<link rel="preload" as="font" type="font/woff2" href="Source/Fonts/Tajawal-Medium.woff2" crossorigin>
1312
<link rel="stylesheet" href="Source/Style/main-style.css" defer />
1413
</head>
1514

0 commit comments

Comments
 (0)