From 6c400c2e925053784befa199f734b08f14e3b404 Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 7 Mar 2018 22:37:53 -0330 Subject: Update first time flow button fonts, and first-time-flow default font, to Roboto. --- mascara/src/app/first-time/index.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mascara') diff --git a/mascara/src/app/first-time/index.css b/mascara/src/app/first-time/index.css index e8a50d988..9f4ad0c83 100644 --- a/mascara/src/app/first-time/index.css +++ b/mascara/src/app/first-time/index.css @@ -14,6 +14,7 @@ justify-content: center; flex: 1 0 auto; font-weight: 400; + font-family: Roboto; } .alpha-warning { @@ -592,6 +593,7 @@ button.backup-phrase__confirm-seed-option:hover { color: #FFFFFF; font-size: 20px; font-weight: 500; + font-family: Roboto; line-height: 26px; text-align: center; text-transform: uppercase; -- cgit v1.2.3