aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/index.css
diff options
context:
space:
mode:
authorFrankie <frankie.pangilinan@consensys.net>2016-06-23 06:31:02 +0800
committerFrankie <frankie.pangilinan@consensys.net>2016-06-23 06:35:52 +0800
commitf0e64112771612a79ed7c23bc8147e692c7f8356 (patch)
treed2ebab812cf5f0ac4bc1f76d9727766b7dae2601 /ui/app/css/index.css
parent03550b7e9a8462947a681d57d1ab15a0f596366d (diff)
downloadtangerine-wallet-browser-f0e64112771612a79ed7c23bc8147e692c7f8356.tar.gz
tangerine-wallet-browser-f0e64112771612a79ed7c23bc8147e692c7f8356.tar.zst
tangerine-wallet-browser-f0e64112771612a79ed7c23bc8147e692c7f8356.zip
Swap out Transat font for Montserrat
Diffstat (limited to 'ui/app/css/index.css')
-rw-r--r--ui/app/css/index.css16
1 files changed, 7 insertions, 9 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index 65ff1705f..f0e7dc794 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -14,7 +14,7 @@ application specific styles
}
html, body {
- font-family: 'Transat Standard', Arial;
+ font-family: 'Montserrat Regular', Arial;
color: #4D4D4D;
font-weight: 300;
line-height: 1.4em;
@@ -33,7 +33,7 @@ input:focus, textarea:focus {
}
button {
- font-family: 'Transat Black';
+ font-family: 'Montserrat Bold';
outline: none;
cursor: pointer;
box-shadow: 0px 3px 6px rgba(247, 134, 28, 0.36);
@@ -80,7 +80,7 @@ button.primary {
box-shadow: 0px 3px 6px rgba(247, 134, 28, 0.36);
color: white;
font-size: 1.1em;
- font-family: 'Transat Standard';
+ font-family: 'Montserrat Regular';
text-transform: uppercase;
}
@@ -101,13 +101,13 @@ button.btn-thin {
}
.app-header h1 {
- font-family: 'Transat Medium';
+ font-family: 'Montserrat Regular';
text-transform: uppercase;
color: #AEAEAE;
}
h2.page-subtitle {
- font-family: 'Transat Light';
+ font-family: 'Montserrat Regular';
text-transform: uppercase;
color: #AEAEAE;
font-size: 1em;
@@ -428,7 +428,7 @@ input.large-input {
/* Info screen */
.info-gray{
- font-family: 'Transat Medium';
+ font-family: 'Montserrat Regular';
text-transform: uppercase;
color: #AEAEAE;
}
@@ -438,10 +438,8 @@ input.large-input {
}
.info{
- font-family: 'Transat Standard', Arial;
- font-weight: bolder;
+ font-family: 'Montserrat Regular', Arial;
padding-bottom: 10px;
display: inline-block;
padding-left: 5px;
}
-