aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-01 11:46:56 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-01 11:46:56 +0800
commit2d5c3394f493868a2eb5706e8b42127252c9b746 (patch)
tree0eee021e99b7f91369a84373555c7f6e4accccd6 /ui/app/css
parentfce6041dbeb3384badef50467912ab47e51053ff (diff)
downloadtangerine-wallet-browser-2d5c3394f493868a2eb5706e8b42127252c9b746.tar.gz
tangerine-wallet-browser-2d5c3394f493868a2eb5706e8b42127252c9b746.tar.zst
tangerine-wallet-browser-2d5c3394f493868a2eb5706e8b42127252c9b746.zip
Use DIN OT in wallet view
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/fonts.css16
1 files changed, 11 insertions, 5 deletions
diff --git a/ui/app/css/fonts.css b/ui/app/css/fonts.css
index 3b9f581b9..2afaa26e1 100644
--- a/ui/app/css/fonts.css
+++ b/ui/app/css/fonts.css
@@ -8,7 +8,6 @@
font-weight: normal;
font-style: normal;
font-size: 'small';
-
}
@font-face {
@@ -23,14 +22,21 @@
font-family: 'Montserrat Light';
src: url('/fonts/Montserrat/Montserrat-Light.woff') format('woff');
src: url('/fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
+ font-weight: normal;
+ font-style: normal;
}
@font-face {
font-family: 'Montserrat UltraLight';
src: url('/fonts/Montserrat/Montserrat-UltraLight.woff') format('woff');
src: url('/fonts/Montserrat/Montserrat-UltraLight.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'DIN OT';
+ src: url('/fonts/DIN_OT/DINOT-2.otf') format('opentype');
+ font-weight: normal;
+ font-style: normal;
}