fix font of description to sfprodisplay

pull/776/head
Audric Ackermann 5 years ago
parent 68868de4e3
commit 1d90ed00e0
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

Binary file not shown.

@ -30,7 +30,10 @@
font-family: 'SF Pro Text';
src: url('../fonts/SFProText-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'SF Pro Display';
src: url('../fonts/SFProDisplay-Regular.otf') format('opentype');
}
@keyframes fadein {
from {
opacity: 0;

@ -293,8 +293,9 @@ $session-compose-margin: 20px;
}
.session-description-long {
font-size: 14px;
font-size: 13px;
margin: 0px 20px;
font-family: 'SF Pro Display';
}
.session-id-editable {
@ -312,7 +313,7 @@ $session-compose-margin: 20px;
.session-button {
width: fit-content;
margin-top: 1rem;
margin-bottom: 1rem;
margin-bottom: 3rem;
flex-shrink: 0;
}
}

Loading…
Cancel
Save