mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
WIP: add Seoge UI Arabic font.
This commit is contained in:
BIN
client/src/style/fonts/SegoeArabicUI-Bold.woff2
Normal file
BIN
client/src/style/fonts/SegoeArabicUI-Bold.woff2
Normal file
Binary file not shown.
BIN
client/src/style/fonts/SegoeArabicUI-Light.woff2
Normal file
BIN
client/src/style/fonts/SegoeArabicUI-Light.woff2
Normal file
Binary file not shown.
BIN
client/src/style/fonts/SegoeArabicUI-Regular.woff2
Normal file
BIN
client/src/style/fonts/SegoeArabicUI-Regular.woff2
Normal file
Binary file not shown.
BIN
client/src/style/fonts/SegoeArabicUI-SemiBold.woff2
Normal file
BIN
client/src/style/fonts/SegoeArabicUI-SemiBold.woff2
Normal file
Binary file not shown.
@@ -69,3 +69,33 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-display: swap;
|
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;
|
||||||
|
}
|
||||||
|
|||||||
@@ -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>");
|
$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;
|
$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,
|
Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue,
|
||||||
Icons16, sans-serif;
|
Icons16, sans-serif;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user