RED-4718: move fonts from common-ui
This commit is contained in:
parent
091072aa66
commit
b7dde2d396
BIN
apps/red-ui/src/assets/styles/fonts/Inter-VariableFont.ttf
Normal file
BIN
apps/red-ui/src/assets/styles/fonts/Inter-VariableFont.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/styles/fonts/OpenSans-ExtraBold.ttf
Normal file
BIN
apps/red-ui/src/assets/styles/fonts/OpenSans-ExtraBold.ttf
Normal file
Binary file not shown.
BIN
apps/red-ui/src/assets/styles/fonts/OpenSans-VariableFont.ttf
Normal file
BIN
apps/red-ui/src/assets/styles/fonts/OpenSans-VariableFont.ttf
Normal file
Binary file not shown.
@ -4,6 +4,41 @@
|
|||||||
@use 'common-variables';
|
@use 'common-variables';
|
||||||
@use 'assets/styles/red-theme';
|
@use 'assets/styles/red-theme';
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'OpenSans Extrabold';
|
||||||
|
src: url('./assets/styles/fonts/OpenSans-ExtraBold.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-weight: 300;
|
||||||
|
src: url('./assets/styles/fonts/Inter-VariableFont.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-weight: 400;
|
||||||
|
src: url('./assets/styles/fonts/Inter-VariableFont.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-weight: 500;
|
||||||
|
src: url('./assets/styles/fonts/Inter-VariableFont.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-weight: 600;
|
||||||
|
src: url('./assets/styles/fonts/Inter-VariableFont.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-weight: 700;
|
||||||
|
src: url('./assets/styles/fonts/Inter-VariableFont.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
@include common-variables.configureLight(
|
@include common-variables.configureLight(
|
||||||
$iqser-primary: vars.$primary,
|
$iqser-primary: vars.$primary,
|
||||||
$iqser-primary-rgb: common-functions.hexToRgb(vars.$primary),
|
$iqser-primary-rgb: common-functions.hexToRgb(vars.$primary),
|
||||||
@ -45,7 +80,8 @@
|
|||||||
$iqser-tab-hover: vars.$grey-6,
|
$iqser-tab-hover: vars.$grey-6,
|
||||||
$iqser-loading-progress: vars.$grey-7,
|
$iqser-loading-progress: vars.$grey-7,
|
||||||
$iqser-highlight-color: #fffcc4,
|
$iqser-highlight-color: #fffcc4,
|
||||||
$iqser-font-family: 'Inter, sans-serif'
|
$iqser-font-family: 'Inter, sans-serif',
|
||||||
|
$iqser-app-name-font-family: 'OpenSans Extrabold, sans-serif'
|
||||||
);
|
);
|
||||||
|
|
||||||
$light-accent-5: lighten(vars.$accent, 5%);
|
$light-accent-5: lighten(vars.$accent, 5%);
|
||||||
@ -96,5 +132,6 @@ $dark-accent-10: darken(vars.$accent, 10%);
|
|||||||
$iqser-tab-hover: vars.$accent,
|
$iqser-tab-hover: vars.$accent,
|
||||||
$iqser-loading-progress: $light-accent-10,
|
$iqser-loading-progress: $light-accent-10,
|
||||||
$iqser-highlight-color: #905854,
|
$iqser-highlight-color: #905854,
|
||||||
$iqser-font-family: 'Inter, sans-serif'
|
$iqser-font-family: 'Inter, sans-serif',
|
||||||
|
$iqser-app-name-font-family: 'OpenSans Extrabold, sans-serif'
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit b9bc9bac42327a4c83a8e201415fbd1117b410c0
|
Subproject commit ef1c9be50404c918746b7520b5efb0c9a85ae349
|
||||||
Loading…
x
Reference in New Issue
Block a user