Files
bigcapital/packages/webapp/src/style/pages/fonts.scss
2023-02-03 01:02:31 +02:00

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;
}