-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for Arabic fonts through Noto Naskh Arabic.
- Loading branch information
Showing
5 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* stylelint-disable function-url-quotes */ | ||
|
||
/* [0] */ | ||
@font-face { | ||
font-family: 'Noto Naskh Arabic'; | ||
font-style: normal; | ||
font-weight: 100 1000; | ||
src: url( 'fonts/NotoNaskhArabic[wght].woff2' ) format( 'woff2-variations' ); | ||
font-display: swap; | ||
} |
Binary file added
BIN
+123 KB
resources/skins.citizen.styles.fonts.ar/fonts/NotoNaskhArabic[wght].woff2
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* | ||
* Name: Noto Naskh Arabic | ||
* Version: 568609b | ||
* Link: https://github.com/notofonts/arabic/tree/main | ||
* Axis: wght | ||
*/ | ||
|
||
@import 'ar.less'; | ||
|
||
:root { | ||
--font-family-language-base: 'Noto Naskh Arabic'; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters