diff --git a/frontend/src/resources/css/components-dashboard.css b/frontend/src/resources/css/components-dashboard.css index 7ce0ca5..63c5042 100644 --- a/frontend/src/resources/css/components-dashboard.css +++ b/frontend/src/resources/css/components-dashboard.css @@ -30,6 +30,7 @@ } .webbpm.ervu_dashboard .selectize-control .selectize-input > input { color: var(--color-text-primary); + font-family: 'GolosUI'; } .webbpm.ervu_dashboard .block-panel button-component { diff --git a/frontend/src/resources/css/inbox-dashboard.css b/frontend/src/resources/css/inbox-dashboard.css index 3995153..53ee930 100644 --- a/frontend/src/resources/css/inbox-dashboard.css +++ b/frontend/src/resources/css/inbox-dashboard.css @@ -55,7 +55,7 @@ } .webbpm.ervu_dashboard .container-inside { position: relative; - font-family: 'Golos'; + font-family: 'GolosUI'; font-size: var(--size-text-primary); height: 100%; padding: var(--indent-base) var(--indent-xbase) var(--indent-xbase);