Fix font family

This commit is contained in:
Dan Percic 2022-07-13 15:32:48 +03:00
parent e6cf6557e1
commit 420a6f7723

View File

@ -45,7 +45,7 @@ body {
--iqser-button-radius: 17px;
--iqser-button-font-size: 13px;
--iqser-button-height: 34px;
--iqser-font-family: 'Inter, sans-serif';
--iqser-font-family: Inter, sans-serif;
}
@mixin configureLight($args...) {