mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
re-structure to monorepo.
This commit is contained in:
67
packages/webapp/src/style/pages/fonts.scss
Normal file
67
packages/webapp/src/style/pages/fonts.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user