re-structure to monorepo.

This commit is contained in:
a.bouhuolia
2023-02-03 01:02:31 +02:00
parent 8242ec64ba
commit 7a0a13f9d5
10400 changed files with 46966 additions and 17223 deletions

View File

@@ -0,0 +1,67 @@
// Noto Sans
// -------------------------------------
@font-face {
font-family: Noto Sans;
src: local('Noto Sans'), url('../fonts/NotoSans-SemiBold.woff') format('woff');
font-style: normal;
font-weight: 600;
font-display: swap;
}
@font-face {
font-family: Noto Sans;
src: local('Noto Sans'), url('../fonts/NotoSans-Regular.woff') format('woff');
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: Noto Sans;
src: local('Noto Sans'), url('../fonts/NotoSans-Medium.woff') format('woff');
font-style: normal;
font-weight: 500;
font-display: swap;
}
@font-face {
font-family: Noto Sans;
src: local('Noto Sans'), url('../fonts/NotoSans-Black.woff') format('woff');
font-style: normal;
font-weight: 900;
font-display: swap;
}
// Segoe UI Arabic
// -------------------------------------
// Segoe UI Arabic - Regular
@font-face {
font-family: 'Segoe UI';
src: local('Noto Sans'),
url('../fonts/SegoeArabicUI-Regular.woff2') format('woff');
font-style: normal;
font-weight: 400;
font-display: swap;
}
// Segoe UI Arabic - Bold
@font-face {
font-family: 'Segoe UI';
src: local('Noto Sans'),
url('../fonts/SegoeArabicUI-Bold.woff2') format('woff');
font-style: normal;
font-weight: 900;
font-display: swap;
}
// Segoe UI Arabic - Semi Bold
@font-face {
font-family: 'Segoe UI';
src: local('Noto Sans'),
url('../fonts/SegoeArabicUI-SemiBold.woff2') format('woff');
font-style: normal;
font-weight: 500;
font-display: swap;
}