WIP: add Seoge UI Arabic font.

This commit is contained in:
a.bouhuolia
2021-06-10 17:44:11 +02:00
parent c66e86fbd5
commit bcdee64e58
6 changed files with 31 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -69,3 +69,33 @@
font-weight: 600;
font-display: swap;
}
// 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;
}

View File

@@ -16,7 +16,7 @@ $menu-item-color-active: $light-gray3;
$breadcrumbs-collapsed-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#6B8193' enable-background='new 0 0 16 16' xml:space='preserve'><g><circle cx='2' cy='8.03' r='2'/><circle cx='14' cy='8.03' r='2'/><circle cx='8' cy='8.03' r='2'/></g></svg>");
$sidebar-zindex: 15;
$pt-font-family: Noto Sans Arabic, Noto Sans, -apple-system, BlinkMacSystemFont,
$pt-font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont,
Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue,
Icons16, sans-serif;