remove open sans font
This commit is contained in:
parent
7541d20aee
commit
ef1c9be504
Binary file not shown.
Binary file not shown.
@ -47,6 +47,7 @@ body {
|
||||
--iqser-button-font-size: 13px;
|
||||
--iqser-button-height: 34px;
|
||||
--iqser-font-family: 'some placeholder value that should be overridden when configuring a theme';
|
||||
--iqser-app-name-font-family: 'some placeholder value that should be overridden when configuring a theme';
|
||||
}
|
||||
|
||||
$required-variables: 'iqser-font-family' 'iqser-primary';
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
}
|
||||
|
||||
.app-name {
|
||||
font-family: 'OpenSans Extrabold', sans-serif;
|
||||
font-family: var(--iqser-app-name-font-family);
|
||||
margin-left: 10px;
|
||||
height: 20px;
|
||||
font-size: var(--iqser-font-size);
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
@font-face {
|
||||
font-family: 'OpenSans Extrabold';
|
||||
src: url('../font/OpenSans-ExtraBold.ttf') format('truetype');
|
||||
}
|
||||
@ -1,5 +1,4 @@
|
||||
@use 'common-utilities';
|
||||
@use 'common-fonts';
|
||||
@use 'common-inputs';
|
||||
@use 'common-buttons';
|
||||
@use 'common-texts';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user