diff --git a/fonts/SFProDisplay-Regular.otf b/fonts/SFProDisplay-Regular.otf new file mode 100644 index 000000000..09aaca9fc Binary files /dev/null and b/fonts/SFProDisplay-Regular.otf differ diff --git a/stylesheets/_session.scss b/stylesheets/_session.scss index 94109dd2e..bce2e09da 100644 --- a/stylesheets/_session.scss +++ b/stylesheets/_session.scss @@ -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; diff --git a/stylesheets/_session_left_pane.scss b/stylesheets/_session_left_pane.scss index ba412ecfe..10e935d9d 100644 --- a/stylesheets/_session_left_pane.scss +++ b/stylesheets/_session_left_pane.scss @@ -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; } }