new fonts

This commit is contained in:
m.epshtein 2024-11-05 16:11:09 +03:00
parent 8b46ce8e3b
commit 15a6092a12
10 changed files with 11 additions and 23 deletions

View file

@ -59,7 +59,7 @@
.webbpm.ervu_dashboard :is(.title, .subtitle) {
font-size: var(--size-text-title);
font-family: 'GilroyM';
font-family: 'GolosM';
line-height: 1.1;
padding: 0;
}
@ -77,7 +77,7 @@
.webbpm.ervu_dashboard .mute {
color: var(--color-text-mute);
font-family: 'GilroyM';
font-family: 'Golos';
}
.webbpm.ervu_dashboard .text-invert.mute > div > div:last-of-type {
@ -93,7 +93,7 @@
margin-right: 0;
}
.webbpm.ervu_dashboard .text-invert > div > div:last-of-type {
font-family: 'GilroyM';
font-family: 'GolosM';
overflow: visible;
}

View file

@ -24,22 +24,10 @@
}
@font-face {
font-family: 'GilroyL';
src: url('../fonts/gilroy-light.otf');
font-family: 'Golos';
src: url('../fonts/golos-regular.ttf');
}
@font-face {
font-family: 'Gilroy';
src: url('../fonts/gilroy-regular.ttf');
font-family: 'GolosM';
src: url('../fonts/golos-medium.ttf');
}
@font-face {
font-family: 'GilroyM';
src: url('../fonts/gilroy-medium.ttf');
}
@font-face {
font-family: 'GilroySB';
src: url('../fonts/gilroy-semibold.ttf');
}
@font-face {
font-family: 'GilroyEB';
src: url('../fonts/gilroy-extrabold.otf');
}

View file

@ -42,7 +42,7 @@
display: flex;
flex-direction: column;
color: var(--color-text-primary);
font-family: 'Gilroy';
font-family: 'Golos';
}
.webbpm.ervu_dashboard .container {
@ -52,7 +52,7 @@
}
.webbpm.ervu_dashboard .container-inside {
position: relative;
font-family: 'Gilroy';
font-family: 'Golos';
font-size: var(--size-text-primary);
height: 100%;
padding: 0 var(--indent-xbase) var(--indent-mini) var(--indent-xbase);
@ -66,12 +66,12 @@
margin-left: var(--indent-xbase);
}
.webbpm.ervu_dashboard .header-logo .logo-title {
font-family: 'GilroySB';
font-family: 'GolosM';
}
.webbpm.ervu_dashboard .header {
display: flex;
font-family: 'Gilroy';
font-family: 'Golos';
font-size: var(--size-text-primary);
color: var(--color-text-primary);
width: 100%;

Binary file not shown.

Binary file not shown.