diff options
Diffstat (limited to 'ui/app/css/itcss/components/sections.scss')
-rw-r--r-- | ui/app/css/itcss/components/sections.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/app/css/itcss/components/sections.scss b/ui/app/css/itcss/components/sections.scss index 00a776c5..34118967 100644 --- a/ui/app/css/itcss/components/sections.scss +++ b/ui/app/css/itcss/components/sections.scss @@ -261,7 +261,7 @@ textarea.twelve-word-phrase { /* Info screen */ .info-gray { - font-family: Roboto; + font-family: Overpass; text-transform: uppercase; color: $silver-chalice; } @@ -271,7 +271,7 @@ textarea.twelve-word-phrase { } .info { - font-family: Roboto, Arial; + font-family: Overpass, Arial; padding-bottom: 10px; display: inline-block; padding-left: 5px; @@ -320,7 +320,7 @@ textarea.twelve-word-phrase { } .buy-inputs { - font-family: Roboto; + font-family: Overpass; font-size: 13px; height: 20px; background: transparent; @@ -364,7 +364,7 @@ textarea.twelve-word-phrase { } .ex-coins { - font-family: Roboto; + font-family: Overpass; text-transform: uppercase; text-align: center; font-size: 33px; @@ -375,7 +375,7 @@ textarea.twelve-word-phrase { } .marketinfo { - font-family: Roboto; + font-family: Overpass; color: $silver-chalice; font-size: 15px; line-height: 17px; |