From c5dd87bd4ffc603ad97c6757efeb859520f71bb4 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Fri, 6 Dec 2019 09:57:15 +1100 Subject: [PATCH] add and use wasa font --- stylesheets/_session.scss | 7 ++++--- ts/components/session/SessionRegistrationView.tsx | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/stylesheets/_session.scss b/stylesheets/_session.scss index fa5d1af18..0246c879a 100644 --- a/stylesheets/_session.scss +++ b/stylesheets/_session.scss @@ -21,13 +21,15 @@ font-weight: bold; font-style: italic; } - @font-face { font-family: "Wasa"; - src: url("../fonts/Wasa-Bold.otf") format("truetype"); + src: url("../fonts/Wasa-Bold.otf") format("opentype"); + font-weight: bold; } // Session Colors +$session-font-family: "Wasa"; + $session-color-green: #00f782; $session-color-green-alt-1: #00f480; $session-color-green-alt-2: #00fd73; @@ -69,7 +71,6 @@ $session-overlay-opacity: 0.3; color: rgba($color, 0.6); } -$session-font-family: "Wasa"; $session-transition-duration: 0.25s; $session-icon-size-sm: 15px; diff --git a/ts/components/session/SessionRegistrationView.tsx b/ts/components/session/SessionRegistrationView.tsx index 7be54a5c7..75d00ecf6 100644 --- a/ts/components/session/SessionRegistrationView.tsx +++ b/ts/components/session/SessionRegistrationView.tsx @@ -42,7 +42,7 @@ export class SessionRegistrationView extends React.Component { return (
- +