mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
68 lines
1.5 KiB
SCSS
68 lines
1.5 KiB
SCSS
|
|
|
|
// 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;
|
|
}
|