remove open sans font

This commit is contained in:
Dan Percic 2022-07-28 21:42:08 +03:00
parent 7541d20aee
commit ef1c9be504
6 changed files with 2 additions and 6 deletions

View File

@ -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';

View File

@ -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);

View File

@ -1,4 +0,0 @@
@font-face {
font-family: 'OpenSans Extrabold';
src: url('../font/OpenSans-ExtraBold.ttf') format('truetype');
}

View File

@ -1,5 +1,4 @@
@use 'common-utilities';
@use 'common-fonts';
@use 'common-inputs';
@use 'common-buttons';
@use 'common-texts';