Skip to content

Commit

Permalink
Added Noto Sans Arabic
Browse files Browse the repository at this point in the history
  • Loading branch information
eahmed234 committed Dec 14, 2023
1 parent 20cb388 commit 6a69e73
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
11 changes: 10 additions & 1 deletion resources/skins.citizen.styles.fonts.ar/ar.less
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
/* stylelint-disable function-url-quotes */

/* [0] */
@font-face {
font-family: 'Noto Sans Arabic';
font-style: normal;
font-weight: 100 1000;
src: url( 'fonts/NotoSansArabic.woff2' ) format( 'woff2-variations' );
font-display: swap;
}

/* [1] */
@font-face {
font-family: 'Noto Naskh Arabic';
font-style: normal;
font-weight: 100 1000;
src: url( 'fonts/NotoNaskhArabic[wght].woff2' ) format( 'woff2-variations' );
src: url( 'fonts/NotoNaskhArabic.woff2' ) format( 'woff2-variations' );
font-display: swap;
}
Binary file not shown.
8 changes: 7 additions & 1 deletion resources/skins.citizen.styles.fonts.ar/index.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/*
* Name: Noto Sans Arabic
* Version: 568609b
* Link: https://github.com/notofonts/arabic/tree/main
* Axis: wdth, wght
*
* Name: Noto Naskh Arabic
* Version: 568609b
* Link: https://github.com/notofonts/arabic/tree/main
Expand All @@ -8,5 +13,6 @@
@import 'ar.less';

:root {
--font-family-language-base: 'Noto Naskh Arabic';
--font-family-language-base: 'Noto Sans Arabic';
--font-family-language-serif: 'Noto Naskh Arabic';
}

0 comments on commit 6a69e73

Please sign in to comment.