diff options
author | Dan <danjm.com@gmail.com> | 2018-03-08 10:07:53 +0800 |
---|---|---|
committer | Dan <danjm.com@gmail.com> | 2018-03-08 10:07:53 +0800 |
commit | 6c400c2e925053784befa199f734b08f14e3b404 (patch) | |
tree | 7d7acea3389f07afaa8cc6684e0891ebe47219c3 /mascara/src | |
parent | e290d70086d8101f82b025a95dd1c198b641725c (diff) | |
download | dexon-wallet-6c400c2e925053784befa199f734b08f14e3b404.tar.gz dexon-wallet-6c400c2e925053784befa199f734b08f14e3b404.tar.zst dexon-wallet-6c400c2e925053784befa199f734b08f14e3b404.zip |
Update first time flow button fonts, and first-time-flow default font, to Roboto.
Diffstat (limited to 'mascara/src')
-rw-r--r-- | mascara/src/app/first-time/index.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mascara/src/app/first-time/index.css b/mascara/src/app/first-time/index.css index e8a50d98..9f4ad0c8 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; |